Sqlite
Freeby MCP Community
SQLite MCP Server - A Model Context Protocol server for SQLite database operations
v1.0.3Added Apr 12, 2026
sqlitemcpdatabaseservermodel-context-protocol
Sqlite MCP Server
SQLite MCP Server - A Model Context Protocol server for SQLite database operations
Installation
Reviews
Installation
Quick install
npx -y sqlite-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"sqlite": {
"command": "npx",
"args": ["-y", "sqlite-mcp-server"]
}
}
}