Skip to content

Turbopuffer

Free

by MCP Community

The official MCP Server for the Turbopuffer API

v1.22.0Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Turbopuffer MCP Server

The official MCP Server for the Turbopuffer API

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @turbopuffer/turbopuffer-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "turbopuffer": {
      "command": "npx",
      "args": ["-y", "@turbopuffer/turbopuffer-mcp"]
    }
  }
}