Skip to content
Claude Desktop

PlanetScale for Claude Desktop

io.github.planetscale/mcp-server

Connect to PlanetScale databases, branches, schema, query insights, and execute SQL

client:Claude Desktop transport:streamable-http

Install PlanetScale in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.pscale.dev/mcp/planetscale"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

PlanetScale in other clients