mcp-sqlite-server

moaaz01/mcp-sqlite-server
★ 0 stars Python Database Updated 1d ago
SQLite database MCP server - query, manage, and explore SQLite databases through the Model Context Protocol. Run SQL, list tables, get schemas from any AI client.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-sqlite-server": {
      "command": "uvx",
      "args": [
        "mcp-sqlite-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-sqlite-server

README Excerpt

> Query, explore, and manage **SQLite databases** through the **Model Context Protocol**. Connect any MCP-compatible AI client to your databases — Claude Desktop, Cursor, VS Code, and more. --- - **🔍 3 Tools**: `query`, `execute`, `list_tables` — full database interaction - **📄 2+ Resources**: `sqlite://tables` (full schema), `sqlite://{table}/schema` (per-table)

Tools (2)

commandsqlite

Topics

ai-toolsdatabasemcppythonsqlite
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →