Odel
mcp turso cloud

mcp turso cloud

Local
@spences1018TypeScriptMITUpdated 1w ago

MCP server for integrating Turso with LLMs

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-turso-cloudv0.0.9

Run

npx -y mcp-turso-cloud

MCP client config

{
  "mcpServers": {
    "mcp-turso-cloud": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-turso-cloud"
      ]
    }
  }
}