mcp mysql connector for Cursor
io.github.daedalus/mcp-mysql-connector
MCP server exposing MySQL database functionalities as tools
client:Cursor
transport:stdio
runtime:pypi
Install mcp mysql connector in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-mysql-connector": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-mysql-connector"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs