Sqlite
Freeby MCP Community
SQLite MCP extension for Node.js - Model Context Protocol integration enabling SQLite databases to connect to MCP servers and call their tools.
v0.1.9Added Apr 12, 2026
sqlitemcpaimcp-databasesqlite-extension
Sqlite MCP Server
SQLite MCP extension for Node.js - Model Context Protocol integration enabling SQLite databases to connect to MCP servers and call their tools.
Installation
Reviews
Installation
Quick install
npx -y @sqliteai/sqlite-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"sqlite": {
"command": "npx",
"args": ["-y", "@sqliteai/sqlite-mcp"]
}
}
}