MCP Marketplace logo
MCP
All servers
Anthropic

SQLite

official

Query a local SQLite database safely.

by Anthropic51kMITupdated 1mo agoadded 1y ago

Reference SQLite server. Inspect schemas and run SELECT queries against a `.db` file.

Install

Add this block to your claude_desktop_config.json then restart Claude Desktop.

claude_desktop_config.jsonjson
{
  "mcpServers": {
    "sqlite": {
      "command": "uvx",
      "args": [
        "mcp-server-sqlite",
        "--db-path",
        "/path/to/db.sqlite"
      ]
    }
  }
}

Related servers