ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use PlanetScale with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Provision, branch, and manage serverless MySQL databases dynamically via AI.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

The complete PlanetScale capability set.

These are the exact actions your AI can choose when you ask it to work with PlanetScale.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through PlanetScale.

  1. 01

    Create database

    Creates empty environments ready to execute explicit DDL definitions via non-blocking Deploy Requests. Provision a radically scalable Serverless Database instance

  2. 02

    Get branch

    Returns access hostnames for code integration. Deconstruct the layout of a single explicit Database Branch

  3. 03

    Get database

    Analyze core configuration of a specific MySQL cluster logic

  4. 04

    List branches

    Essential for migrating schemas without locking production reads/writes. List Development Database Branches mirroring Prod architectures

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through PlanetScale.

  1. 05

    Delete branch

    Utilized constantly within CI/CD pipelines following a successful Deploy Request morphing main schema structure directly. Purge an obsolete Git-like Schema testing ground

  2. 06

    Delete database

    Dropping the database effectively wipes terabytes of records scattered globally. Fails fully if unacknowledged connection logic binds it. Destroy a PlanetScale MySQL construct irreversibly

  3. 07

    List databases

    Retrieves explicitly mapping IDs orchestrating distributed Vitess backend shards. List high-availability PlanetScale MySQL DB distributions

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through PlanetScale.

  1. 08

    Create branch

    Does not duplicate data (creates an empty schema clone of the parent) for secure CI testing uncoupled entirely from main load balancing layers. Fork a PlanetScale schema mapping to a new isolated Branch

  2. 09

    List organizations

    Used solely to resolve the foundational string key prerequisite for all subsequent MySQL endpoint management. List root PlanetScale organizational identifiers

  3. 10

    List regions

    Critical reference required during new Database/Branch physical provisioning routines. Locate physical edge availability zones supported by Vitess

Observed, not estimated

968ms average. Fast in production.

PlanetScale is checked daily against the live service.

Daily averagePeak 1190ms
Aug 20Today
Fastest day
743ms
Slowest day
1190ms
14-day trend
Slowing+22%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of PlanetScale, so you can see the experience inside your AI.

It does not authenticate your account with PlanetScale. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

PlanetScale Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_Cj1wlp2M7NG4xG8y4bWLeF2TWX2ttuftARXCdWYR/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — PlanetScale capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "planetscale-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_Cj1wlp2M7NG4xG8y4bWLeF2TWX2ttuftARXCdWYR/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions PlanetScale owners ask.

  • 01

    Can I run destructive commands like deleting databases through this AI implementation?

    Yes. The integration provides delete_branch and delete_database. They map directly to infrastructure teardowns. You should scope the Service Token carefully inside the PlanetScale dashboard to avoid catastrophic misinterpretations if your explicit intent is just testing. Deletions via delete_database are absolute and irretrievable.

  • 02

    Does create_branch replicate and copy my production dataset into the new branch?

    No. PlanetScale branches solely duplicate the static underlying DDL structure (schema), exactly like taking a snapshot of empty tables. The new branch boots up free of rows. This design lets your agent freely run ALTER TABLE operations independently without crashing the master tables.

  • 03

    How does the agent know which organizational node I am provisioning my branches on?

    All queries essentially require the foundational string parameters known as the org_name. If unknown, a simple list_organizations query reveals the UUID scope dictating your authorized account parameter bounds securely.