Turso MCP Server

Stabledatabase
180 starsTypeScripttursodatabase
GitHub
About

Overview

The Turso MCP Server connects AI agents to Turso's edge-hosted LibSQL databases. It provides tools for executing queries, managing databases and groups, and working with Turso's multi-region replication. Ideal for applications requiring low-latency global data access.
Capabilities

Tools & Capabilities

query

Execute a SQL query against a Turso database

list_databases

List all databases in your Turso organization

create_database

Create a new Turso database

list_tables

List all tables in the database

describe_table

Get the schema of a table

Setup

Installation

bash
Install
npx -y turso-mcp-server
Examples

Example Usage

javascript
Usage
{
  "mcpServers": {
    "turso": {
      "command": "npx",
      "args": ["-y", "turso-mcp-server"],
      "env": {
        "TURSO_AUTH_TOKEN": "your-token",
        "TURSO_DATABASE_URL": "libsql://your-db.turso.io"
      }
    }
  }
}

Quick Info

Authortursodatabase
LanguageTypeScript
StatusStable
Stars 180
Last UpdatedFeb 12, 2026

Need a Custom MCP Server?

Our team builds custom MCP servers tailored to your workflow.

Get in Touch

Need a Custom MCP Server?

Our team builds custom MCP servers tailored to your workflow. From proprietary data sources to internal tools, we have you covered.

Contact Us
Turso MCP Server - MCP Server Directory - CortexAgent