sqlite for Claude Desktop
io.github.ofershap/sqlite
SQLite MCP — query databases, inspect schemas, explain queries, export data.
client:Claude Desktop
transport:stdio
runtime:npm
Install sqlite in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"sqlite": {
"command": "npx",
"args": [
"-y",
"mcp-sqlite-server"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs