# planetscale/mcp [Health: Active]

**Category:** 🗄️ Databases  
**Repository:** https://github.com/planetscale/cli?tab=readme-ov-file#mcp-server-integration  
**GitHub Stars:** 665  
**Views:** 2  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/planetscale-mcp

## Description
The PlanetScale CLI includes an MCP server that provides AI tools direct access to your PlanetScale databases.

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "mcp": {
    "url": "https://planetscale.com/docs/connect/mcp"
  }
}
```

## Documentation
The PlanetScale CLI offers a command line interface to manage PlanetScale database concepts such as branches and deploy requests. It includes an MCP server component that enables AI tools to directly interact with PlanetScale databases, though this CLI-based MCP server is deprecated in favor of the official PlanetScale MCP server. Use this CLI when you need programmatic or AI-driven access to PlanetScale database operations.

**Use cases:**
- Manage PlanetScale database branches and deploy requests
- Enable AI agents to query and operate on PlanetScale databases
- Automate PlanetScale workflows in CI/CD pipelines
- Integrate PlanetScale database operations into scripts and tools

**Key features:**
- Command line access to PlanetScale database concepts
- MCP server integration for AI tool database access (deprecated)
- Support for service tokens and authentication
- Cross-platform installation via binaries, Homebrew, Scoop, Docker
- GitHub Actions integration for automation

_Summarized from the repository README — see the link above for the full text._

