Access your MySQL databases securely and efficiently. List databases, tables, and execute read-only SQL queries without the risk of data modification. Simplify your database interactions with a robust, read-only interface.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.MYSQL_CONNECTION_LIMIT— Control the maximum number of connections in the pool (default: 10)MYSQL_CONNECT_TIMEOUT— "": "10000",MYSQL_DATABASE— Default database name (optional)MYSQL_HOST— Database server hostnameMYSQL_IDLE_TIMEOUT— "": "60000",MYSQL_MAX_IDLE— Set the maximum number of idle connections to keep in the poolMYSQL_PASSWORD— Database password (optional, but recommended for secure connections)MYSQL_PORT— Database server port (default: 3306)MYSQL_QUEUE_LIMIT— Set the maximum number of connection requests to queue (default: 0, unlimited)MYSQL_USER— Database username[](https://m8ven.ai/mcp/dpflucas-mysql-mcp-server-168zaf)