Skip to content

Sqlite

Free

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

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

Leave a Review

Installation

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