A Model Context Protocol (MCP) plugin v1.0.10 for connecting to MySQL databases from Cursor IDE. Active development on npm. It creates an HTTP server that implements MCP, accepting SQL queries via POST and returning JSON results. Key differentiator: easy setup via npx or a guided setup script, supports SSL through connection string. Currently limited to Cursor IDE integration. Release cadence is not publicly documented.
npm install mcp-mysql-connectorNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Run the MCP MySQL Connector via npx, connecting to a local MySQL database.
Check Cursor IDE MCP server configuration: set port to 3000.
Use percent-encoding for special characters (e.g., %40 for @).
Always use npx -y.
Use npx -y mcp-mysql-connector mysql://...
Ensure the host is correct and reachable (e.g., localhost).
Verify credentials in the connection string.
No dependency data recorded yet.