by Anthropic
Interact with SQLite databases through MCP. Supports querying, schema inspection, data analysis, and business intelligence capabilities.
npx -y @modelcontextprotocol/server-sqlite /path/to/database.db{
"mcpServers": {
"sqlite": {
"command": "npx",
"args": [
"npx", "-y",
""@modelcontextprotocol/server-sqlite",
"/path/to/database.db"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json