Sqlite
Freeby MCP Community
Drop-in replacement for better-sqlite3 using WebAssembly. Zero native modules — works on any Node.js version and platform. Includes FTS5.
v1.0.4Added Apr 12, 2026
sqlitewasmbetter-sqlite3fts5mcp
Sqlite MCP Server
Drop-in replacement for better-sqlite3 using WebAssembly. Zero native modules — works on any Node.js version and platform. Includes FTS5.
Installation
Reviews
Installation
Quick install
npx -y @ansvar/mcp-sqlite
Add to claude_desktop_config.json
{
"mcpServers": {
"sqlite": {
"command": "npx",
"args": ["-y", "@ansvar/mcp-sqlite"]
}
}
}