Skip to content

Mysql

Free

by MCP Community

Enterprise-grade MySQL MCP Server with OAuth 2.0 authentication, connection pooling & tool filtering

v3.0.2Added Apr 12, 2026
mcpmysqldatabasemodel-context-protocolai
Works with:ClaudeGPTGeminiCopilot

Mysql MCP Server

Enterprise-grade MySQL MCP Server with OAuth 2.0 authentication, connection pooling & tool filtering

Installation

Reviews

Leave a Review

Installation

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