MySQL

MCP Server

MySQL database access with read-only query support and schema inspection. Safely explore and query MySQL databases.

by Community

★★★★☆ 4.1/5 (160 reviews)
1.8kGitHub stars
28kinstalls
Updated 2026-01-20
pythonintermediateactive

Installation

uvx mysql-mcp-server

Quick Start

```json
{
  "mcpServers": {
    "mysql": {
      "command": "uvx",
      "args": ["mysql-mcp-server"],
      "env": {
        "MYSQL_HOST": "localhost",
        "MYSQL_USER": "root",
        "MYSQL_PASSWORD": "password",
        "MYSQL_DATABASE": "mydb"
      }
    }
  }
}
```

Tools & Capabilities

query
list_tables
describe_table

Compatibility

Claude Desktop Continue

About MySQL

MySQL database access with read-only query support and schema inspection. Safely explore and query MySQL databases.

View on GitHub →

Language: Python

Category: Databases

← Back to MCP Hub Directory