Home › Other › mcp-turso-cloud

mcp-turso-cloud

MCP server for integrating Turso with LLMs

TypeScript
★ 18 stars Last pushed 2026-09-19 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.0.9)

npx -y mcp-turso-cloud@0.0.9

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-turso-cloud": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-turso-cloud@0.0.9"
      ],
      "env": {
        "TURSO_API_TOKEN": "<YOUR_VALUE>",
        "TURSO_ORGANIZATION": "<YOUR_VALUE>",
        "TURSO_DEFAULT_DATABASE": "<YOUR_VALUE>",
        "TOKEN_EXPIRATION": "<YOUR_VALUE>",
        "TOKEN_PERMISSION": "<YOUR_VALUE>"
      }
    }
  }
}
  • TURSO_API_TOKEN required secret — Turso Platform API token for authentication
  • TURSO_ORGANIZATION required — Turso organization name
  • TURSO_DEFAULT_DATABASE — Default database name (optional)
  • TOKEN_EXPIRATION — Token expiration time (default: 7d)
  • TOKEN_PERMISSION — Default token permission level (default: full-access)

Related servers

Data from the Official MCP Registry