TiDB is built for agentic workloads that grow unpredictably, with ACID guarantees and native support for transactions, analytics, and vector search. No data silos. No noisy neighbors. No infrastructure ceiling.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "tidb": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-tidb"
      ]
    }
  }
}