Skip to content
Grok

mcp turso cloud for Grok

io.github.spences10/mcp-turso-cloud

MCP server for integrating Turso with LLMs

client:Grok transport:stdio runtime:npm

Install mcp turso cloud in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-turso-cloud": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-turso-cloud"
      ],
      "env": {
        "TURSO_API_TOKEN": "<TURSO_API_TOKEN>",
        "TURSO_ORGANIZATION": "<TURSO_ORGANIZATION>",
        "TURSO_DEFAULT_DATABASE": "<TURSO_DEFAULT_DATABASE>",
        "TOKEN_EXPIRATION": "<TOKEN_EXPIRATION>",
        "TOKEN_PERMISSION": "<TOKEN_PERMISSION>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mcp turso cloud in other clients