PlanetScale MCP Server
Rank #7,691io.github.planetscale/mcp-server
Connect to PlanetScale databases, branches, schema, query insights, and execute SQL
PlanetScale MCP Server is a Model Context Protocol (MCP) server published by planetscale. It ranks #7,691 of 115,460 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. PlanetScale MCP Server is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Apr 15, 2026 and most recently updated on Apr 15, 2026.
Ranks ahead of 107,769 of 115,460 servers on MCP Toplist.
Use PlanetScale MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http planetscale https://mcp.pscale.dev/mcp/planetscale[mcp_servers.planetscale]
url = "https://mcp.pscale.dev/mcp/planetscale"Add to ~/.codex/config.toml.
https://mcp.pscale.dev/mcp/planetscaleSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"planetscale": {
"url": "https://mcp.pscale.dev/mcp/planetscale"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"planetscale": {
"type": "http",
"url": "https://mcp.pscale.dev/mcp/planetscale"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"planetscale": {
"serverUrl": "https://mcp.pscale.dev/mcp/planetscale"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"planetscale": {
"url": "https://mcp.pscale.dev/mcp/planetscale"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.planetscale%2Fmcp-server)<a href="https://mcptoplist.com/server/io.github.planetscale%2Fmcp-server"><img src="https://mcptoplist.com/badge/io.github.planetscale%2Fmcp-server.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
planetscale
Other servers by planetscale
View all planetscale servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Apr 15, 2026 |
Frequently asked questions
- Who maintains PlanetScale MCP Server?
- PlanetScale MCP Server is maintained by planetscale, which publishes 2 MCP servers (33 total versions) tracked on MCP Toplist.
- Is PlanetScale MCP Server listed on the Official MCP Registry?
- Yes — PlanetScale MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does PlanetScale MCP Server have?
- MCP Toplist tracks 1 version of PlanetScale MCP Server, most recently published on Apr 15, 2026.
- Where can I find the source code for PlanetScale MCP Server?
- The source code for PlanetScale MCP Server is hosted at github.com/planetscale/mcp-server.