mcp-turso-cloud
About
MCP server for integrating Turso with LLMs
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
TURSO_API_TOKEN TURSO_ORGANIZATION TURSO_DEFAULT_DATABASE TOKEN_EXPIRATION TOKEN_PERMISSIONClaude Code
claude mcp add --env TURSO_API_TOKEN= --env TURSO_ORGANIZATION= --env TURSO_DEFAULT_DATABASE= --env TOKEN_EXPIRATION= --env TOKEN_PERMISSION= mcp-turso-cloud -- npx mcp-turso-cloud
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-turso-cloud","command":"npx","args":["mcp-turso-cloud"],"env":{"TURSO_API_TOKEN":"","TURSO_ORGANIZATION":"","TURSO_DEFAULT_DATABASE":"","TOKEN_EXPIRATION":"","TOKEN_PERMISSION":""}}'
JSON
{
"mcpServers": {
"mcp-turso-cloud": {
"command": "npx",
"args": [
"mcp-turso-cloud"
],
"env": {
"TURSO_API_TOKEN": "",
"TURSO_ORGANIZATION": "",
"TURSO_DEFAULT_DATABASE": "",
"TOKEN_EXPIRATION": "",
"TOKEN_PERMISSION": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.