SQLite
Official
🗄️ Data & Files
Inspect schemas, run SQL queries, and manage local SQLite databases. Perfect for development, prototyping, and lightweight data analysis.
Tools (6)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"sqlite": {
"command": "npx",
"args": [
"-y",
"mcp-server-sqlite-npx"
],
"env": {
"DB_PATH": "your-db-path-here"
}
}
}
}