database
SQLite MCP
38
Community
Query and manage SQLite databases. Create tables, run queries, and inspect data directly from your AI editor.
30014/wk3.1K tokens(2%)6mo ago
FS Read/Write
sqlitedatabasesqllocalembedded
Quick Setup
Paste in ~/.claude.json
json
{
"mcpServers": {
"sqlite-mcp": {
"command": "npx",
"args": [
"-y",
"sqlite-mcp"
]
}
}
}