Skip to content

Sqlite

Free

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

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

Leave a Review

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"]
    }
  }
}