Skip to content

Sqlite Tools

Free

by MCP Community

MCP server for local SQLite database operations

v0.0.17Added Apr 12, 2026
mcpmodel-context-protocolsqlitedatabasesql
Works with:ClaudeGPTGeminiCopilot

Sqlite Tools MCP Server

MCP server for local SQLite database operations

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y mcp-sqlite-tools
Add to claude_desktop_config.json
{
  "mcpServers": {
    "sqlite-tools": {
      "command": "npx",
      "args": ["-y", "mcp-sqlite-tools"]
    }
  }
}
Sqlite Tools | MCPFlix