@ouyanglouzhu/mcp-mysql-npx
v0.1.0
Published
NPX wrapper for Python MySQL MCP server
Downloads
22
Readme
MCP MySQL (NPX)
This package wraps the Python MySQL MCP server so it can be executed via npx.
Requirements
- Python 3.8+
- Install Python deps:
pip install -r requirements.txt
Cursor MCP config
{
"mcpServers": {
"mcp_mysql_server": {
"command": "npx",
"args": ["mcp-mysql-npx"],
"env": {
"MYSQL_HOST": "localhost",
"MYSQL_PORT": "3306",
"MYSQL_USER": "root",
"MYSQL_PASSWORD": "root",
"MYSQL_DATABASE": "img"
}
}
}
}Run locally
npx mcp-mysql-npx