Server Directory
DatabaseBeginner Official

SQLite

by Anthropic

GitHub
18.5k

Interact with SQLite databases through MCP. Supports querying, schema inspection, data analysis, and business intelligence capabilities.

CAPABILITIES

  • Execute SQL queries
  • Create and modify tables
  • Inspect database schema
  • Generate business insights
  • Export query results

INSTALLATION

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

CLAUDE DESKTOP CONFIG

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

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
Database
Difficulty
Beginner
Maintained By
Anthropic
NPM Package
@modelcontextprotocol/server-sqlite

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →