Read and query SQLite databases with zero configuration required.
{
"mcpServers": {
"sqlite": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sqlite", "/path/to/database.db"]
}
}
}
Copy this configuration and paste it into your claude_desktop_config.json or Cursor settings.
Official SQLite MCP server. Perfect for local databases, app data exploration, and development workflows.
Security: Operates in read-only mode by default. No network access required.
Setup: Replace /path/to/database.db with your SQLite database file path.