[ MCP_NODE_3765 ]

mysql-integration

CATEGORY:
PROTOCOL: MCP v1.0
[ DESCRIPTION ]

Connect to MySQL databases for direct data access, queries, and database management within Claude Code workflows.

[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
    "mcpServers": {
        "mysql-integration-en": {
            "description": "Connect to MySQL databases for direct data access, queries, and database management within Claude Code workflows.",
            "command": "uvx",
            "args": [
                "mcp-server-mysql"
            ],
            "env": {
                "MYSQL_CONNECTION_STRING": "mysql://user:password@localhost:3306/dbname"
            }
        }
    }
}
Source: claude-code-templates (MIT). See About Us for full credits.
[ UPLINK_INFO ]
TYPE
Unknown
HOW TO INSTALL:
  1. Open your Claude Desktop config file.
  2. Copy the JSON block on the left.
  3. Paste it into the mcpServers section.
  4. Restart Claude Desktop.