Sqlite Tools
Freeby MCP Community
MCP server for local SQLite database operations
v0.0.17Added Apr 12, 2026
mcpmodel-context-protocolsqlitedatabasesql
Sqlite Tools MCP Server
MCP server for local SQLite database operations
Installation
Reviews
Installation
Quick install
npx -y mcp-sqlite-tools
Add to claude_desktop_config.json
{
"mcpServers": {
"sqlite-tools": {
"command": "npx",
"args": ["-y", "mcp-sqlite-tools"]
}
}
}