Turso Cloud MCP Server
A Model Context Protocol (MCP) server that provides integration with Turso databases for LLMs. This server implements a two-level authentication system to handle both organization-level and database-level operations, making it easy to manage and query Turso databases directly from LLMs. It runs locally over stdio via the published package.
People connecting database tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-08-19 · ★ 18 · #39 OF 151 MAINTAINED DATABASE · VERIFIED 2026-08-25
MIT · TypeScript servers · how we verify → /methodology
01 · Install Turso Cloud
before you install - you'll need
Set TURSO_API_TOKEN, TURSO_ORGANIZATION before connecting. TURSO_DEFAULT_DATABASE is optional or environment-specific per the README.
Claude Code
claude mcp add spences10-mcp-turso-cloud -- npx -y mcp-turso-cloud Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"spences10-mcp-turso-cloud": {
"command": "npx",
"args": [
"-y",
"mcp-turso-cloud"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
license MIT - declared in the repository
npm package mcp-turso-cloud - unscoped; check the name against the project README before installing
registry namespace io.github.spences10 is GitHub-verified and matches the repo owner
03 · What Turso Cloud can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
Limitations (from the README)
This server implements a security-focused separation between read-only and destructive database operations: - Use execute_read_only_query for SELECT and PRAGMA queries (safe, read-only operations) - Use execute_query for INSERT, UPDATE, DELETE, CREATE, DROP, and other operations that modify data
Latest releases
v0.0.2 · 2025-03-20
add MCP server badge · New Contributors · @punkpeye made their first contribution in
v0.0.1 · 2025-03-20
Configure Renovate · New Contributors · @renovate made their first contribution in
04 · Who maintains Turso Cloud
mcp-turso-cloud is maintained by spences10. We track 3 MCP servers from spences10 - 3 actively maintained, 382 combined GitHub stars, oldest repo from Mar 2025. Full record: all servers from spences10.
05 · Facts
- repository
- github.com/spences10/mcp-turso-cloud
- category
- database - ranked #39 of 151 actively-maintained database servers as of 2026-08-25.
- registry
- io.github.spences10/mcp-turso-cloud (active, first published 2025-09-26)
- packages
- npm:mcp-turso-cloud
06 · Turso Cloud FAQ
What is Turso Cloud?
A Model Context Protocol (MCP) server that provides integration with Turso databases for LLMs. This server implements a two-level authentication system to handle both organization-level and database-level operations, making it easy to manage and query Turso databases directly from LLMs. It runs locally over stdio via the published package.
Is Turso Cloud still maintained?
Yes - as of 2026-08-25, its last commit was 2026-08-19. We re-verify nightly.
How do I install Turso Cloud?
Run `npx -y mcp-turso-cloud`. The README documents 3 environment variables (TURSO_API_TOKEN, TURSO_ORGANIZATION, TURSO_DEFAULT_DATABASE) to set first. Set TURSO_API_TOKEN, TURSO_ORGANIZATION before connecting. TURSO_DEFAULT_DATABASE is optional or environment-specific per the README. You can also paste the ready-made client config above.
Does Turso Cloud run locally?
Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to Turso Cloud
Alternatives to Turso Cloud
Maintained database servers if Turso Cloud isn't the fit.
- Dbx Query databases from AI agents using connections configured in DBX. ★ 16,462 · 2026-08-25
- Toolbox for Databases MCP Toolbox for Databases enables your agent to connect to your database. ★ 16,249 · 2026-08-25
- Dbhub Minimal, token-efficient Database MCP Server for PostgreSQL, MySQL, SQL Server, SQLite, MariaDB ★ 3,395 · 2026-08-21
- Butterbase Ai MCP Server Butterbase MCP server - manage your backend: schemas, auth, functions, storage, RAG, deploys. ★ 3,225 · 2026-08-24
- Supabase MCP server for interacting with the Supabase platform ★ 2,871 · 2026-08-22
- MongoDB MCP Server MongoDB Model Context Protocol Server ★ 1,106 · 2026-08-24
Pairs well with
Servers that cover what Turso Cloud doesn't - only shown when the pairing reason fits the companion.
- Server Chart → data & analytics companion data & analytics · ★ 4,337
- Keboola MCP Server → data & analytics companion data & analytics · ★ 86
- Server Filesystem → filesystem companion filesystem · ★ 38,704
- X402 List MCP → filesystem companion filesystem · ★ 58
- Telnyx → API integration companion API integration · ★ 197
- Microsoft 365 MCP Server → API integration companion API integration · ★ 932
More database MCP servers · Sqlsure · StackQL MCP Server · DB MCP Server · Polar Health Data (self-hosted)
More TypeScript MCP servers · Interactive Leetcode MCP · Brainstorm MCP · Saga MCP · Timebook · Squirrelscan · see all