Server Directory
DatabaseIntermediate

Turso

by Turso

Connect to Turso (libSQL) databases. Execute queries, manage schemas, create databases, and leverage edge-replicated SQLite at scale.

CAPABILITIES

  • Execute SQL queries
  • Schema management
  • Database creation
  • Edge replication management
  • Embedded replica sync

INSTALLATION

Terminal
npx -y mcp-server-turso

CLAUDE DESKTOP CONFIG

claude_desktop_config.json
{
  "mcpServers": {
    "turso": {
      "command": "npx",
      "args": [
        "npx", "-y",
        ""mcp-server-turso"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
Database
Difficulty
Intermediate
Maintained By
Turso
NPM Package
mcp-server-turso

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →