SQLite

by Anthropic · Database

15,000 stars4,000 weekly downloads

Install to ToolCloud

One click. No local setup. Works with any MCP client.

Install to ToolCloud

Interact with SQLite databases. Execute queries, analyze business data, and create schema visualizations from local database files.

databaselocalsqlsqlite
Manual Installation

Claude Code

claude mcp add sqlite -- npx -y @modelcontextprotocol/server-sqlite --db-path /path/to/db.sqlite

Cursor / Windsurf / VS Code Copilot / Claude Desktop

Add to your MCP config file:

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