Submit

Mcp Mysql Server

@huangfeng19820712

a year ago
A Model Context Protocol server that provides MySQL database operations. This server enables AI models to interact with MySQL databases through a standardized interface.Supports operations such as querying, inserting, updating, deleting, DDL, parsing SQL statements, and performance analysis on databases.

Tools

connect_db

query

execute

list_tables

describe_table

show_statement

explain

Server Config

{
  "mcpServers": {
    "mysql": {
      "command": "npx",
      "args": [
        "-y",
        "@fhuang/mcp-mysql-server"
      ],
      "env": {
        "MYSQL_HOST": "IP",
        "MYSQL_USER": "USER",
        "MYSQL_PORT": "PORT",
        "MYSQL_PASSWORD": "password",
        "MYSQL_DATABASE": "DATABASE"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.