MySQL Database Connector
STDIOMCP server allowing AI models to interact with MySQL databases through standardized interface.
MCP server allowing AI models to interact with MySQL databases through standardized interface.
A MySQL implementation of the Model Context Protocol (MCP) server. This server allows AI models to interact with MySQL databases through a standardized interface.
npm install npm run build
code ~/Library/Application\ Support/Claude/claude_desktop_config.json
{ "mcpServers": { "mysql": { "command": "node", "args": [ "/ABSOLUTE/PATH/TO/PARENT/FOLDER/mysql-mcp-server/dist/index.js", ], "env": { "MYSQL_HOST": "127.0.0.1", "MYSQL_PORT": "3306", "MYSQL_USER": "root", "MYSQL_PASSWORD": "", "MYSQL_DATABASE": "test" } } } }
Replace the env config with yours!
MIT