Sqlite
Freeby MCP Community
A Node.js implementation of the Model Context Protocol SQLite server with a simplified API
v0.6.6Added Apr 12, 2026
mcpsqlitemodel-context-protocolaillm
Sqlite MCP Server
A Node.js implementation of the Model Context Protocol SQLite server with a simplified API
Installation
npx -y @pollinations/mcp-server-sqlite
Reviews
Installation
Quick install
npx -y @pollinations/mcp-server-sqlite
Add to claude_desktop_config.json
{
"mcpServers": {
"sqlite": {
"command": "npx",
"args": ["-y", "@pollinations/mcp-server-sqlite"]
}
}
}