Skip to content

Mysql

Free

by MCP Community

MCP MySQL server (stdio) 封装

v0.1.1Added Apr 12, 2026
mcpmysqlstdio
Works with:ClaudeGPTGeminiCopilot

Mysql MCP Server

MCP MySQL server (stdio) 封装

Installation

Reviews

Leave a Review

Installation

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