Search DevTools

Jump to any tool or page

SQLite MCP Server

Unexplored

Query and inspect local SQLite database files with zero network overhead.

Anthropic / MCP Spec6,500 stars520 forksData & Databases
View source

Install

Terminal

$npx -y @modelcontextprotocol/server-sqlite /path/to/db.sqlite

mcp_config.json

{
  "mcpServers": {
    "sqlite": {
      "args": [
        "-y",
        "@modelcontextprotocol/server-sqlite",
        "/path/to/app.db"
      ],
      "command": "npx"
    }
  }
}

Tools exposed2

read_query
Execute SELECT queries on SQLite DB.
describe_table
Returns SQLite table schema and column data types.

Documentation

SQLite MCP Server

Lightweight server for querying and analyzing SQLite databases inside AI workflows.

Sourced from the repository README.

More in Data & Databases