StackMCP
database

Turso MCP

71

Turso

Query and manage Turso-hosted LibSQL databases, run SQL statements, inspect schemas, and handle database operations from your AI editor.

1.3k1.2k/wk4.6K tokens(2%)1w ago
databasesqlitelibsqlembeddededge

Quick Setup

Paste in ~/.claude.json

json
{
  "mcpServers": {
    "turso-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-turso"
      ],
      "env": {
        "TURSO_DATABASE_URL": "YOUR_TURSO_DATABASE_URL",
        "TURSO_AUTH_TOKEN": "YOUR_TURSO_AUTH_TOKEN"
      }
    }
  }
}
View on GitHubnpm