SQLite MCP Server

Query and inspect local SQLite database files with zero setup.

⚡ 1-Line CLI Test Command

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

⚙️ Claude Desktop Config (claude_desktop_config.json)

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

🛠️ Exposed Tools

read_query, write_query, list_tables, describe_table