Back to Browse

Mysql MCP Server

Data & AnalyticsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Python MCP server for MySQL database inspection and querying

About

Python MCP server for MySQL database inspection and querying

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 4 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

6 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

database

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

MySQL hostOptional

Environment variable: MYSQL_HOST

MySQL portOptional

Environment variable: MYSQL_PORT

MySQL usernameOptional

Environment variable: MYSQL_USER

MySQL passwordRequired

Environment variable: MYSQL_PASSWORD

MySQL database nameOptional

Environment variable: MYSQL_DATABASE

MySQL connection pool sizeOptional

Environment variable: MYSQL_POOL_SIZE

Python logging levelOptional

Environment variable: LOG_LEVEL

Maximum rows returned by read queriesOptional

Environment variable: MYSQL_READ_QUERY_LIMIT

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-musaddiq-dev-mysql-mcp-server": {
      "env": {
        "LOG_LEVEL": "your-log-level-here",
        "MYSQL_HOST": "your-mysql-host-here",
        "MYSQL_PORT": "your-mysql-port-here",
        "MYSQL_USER": "your-mysql-user-here",
        "MYSQL_DATABASE": "your-mysql-database-here",
        "MYSQL_PASSWORD": "your-mysql-password-here",
        "MYSQL_POOL_SIZE": "your-mysql-pool-size-here",
        "MYSQL_READ_QUERY_LIMIT": "your-mysql-read-query-limit-here"
      },
      "args": [
        "mdev-mysql-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!