Skip to content

Sqlite

Free

by 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
Works with:ClaudeGPTGeminiCopilot

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

Leave a Review

Installation

Quick install
npx -y @ansvar/mcp-sqlite
Add to claude_desktop_config.json
{
  "mcpServers": {
    "sqlite": {
      "command": "npx",
      "args": ["-y", "@ansvar/mcp-sqlite"]
    }
  }
}