Skip to main content
DatabasesPython

designcomputer/mysql_mcp_server

MySQL database integration with configurable access controls, schema inspection, and comprehensive security guidelines

databaseslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/designcomputer/mysql_mcp_server

Claude Desktop configuration example:

{
  "mcpServers": {
    "mysqlmcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "designcomputer/mysql_mcp_server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
Python
Author
designcomputer