Turso / LibSQL MCP Server
Community
Databases
stdio
Connect AI agents to Turso (LibSQL) databases — the edge-native SQLite-compatible database. Query tables, manage schemas, and leverage embedded replicas for globally distributed AI workloads.
Quick Install
$ npx -y mcp-server-tursoEnvironment Variables
| Variable | Description | Required |
|---|---|---|
| TURSO_DATABASE_URL | Turso database URL | Yes |
| TURSO_AUTH_TOKEN | Turso auth token | Yes |
Configuration by Client
{
"mcpServers": {
"server": {
"command": "npx",
"args": [
"-y",
"mcp-server-turso"
],
"env": {
"TURSO_DATABASE_URL": "libsql://your-db.turso.io",
"TURSO_AUTH_TOKEN": ""
}
}
}
}Need a different client? Use the Config Generator for Windsurf, Cline, Antigravity, and more.
Available Tools (2)
queryexecute