Back to MCPs
Official

SQLite

Local SQLite database operations with business intelligence capabilities. Query, analyze, and manage SQLite databases directly through Claude.

databasesqlitesql+1 more
987 upvotes 36,400 views by Anthropic
Installation
npx -y @modelcontextprotocol/server-sqlite /path/to/database.db
Note: Replace placeholder values (e.g., connection strings, paths) with your own configuration.

How to add to Claude Code

  1. Open Claude Code settings

    Run claude config or edit ~/.claude/config.json

  2. Add the MCP server configuration
    {
      "mcpServers": {
        "sqlite": {
          "command": "npx",
          "args": [
                  "-y",
                  "@modelcontextprotocol/server-sqlite",
                  "/path/to/database.db"
          ]
        }
      }
    }

    Update the placeholder values above with your actual configuration.

  3. Restart Claude Code

    The MCP server will now be available in your sessions