Read-only MySQL access for AI — inspect schemas, run queries, explore data
Provides safe, read-only access to MySQL databases through MCP. Your AI assistant can inspect table schemas, run SELECT queries, explore relationships, and analyze data — without any risk of modifying your database.
Supports multiple databases, connection pooling, and query result formatting. Ideal for data exploration, report generation, and AI-assisted database analysis.
Add this to your MCP configuration file:
{
"mcpServers": {
"mysql": {
"env": {
"MYSQL_HOST": "localhost",
"MYSQL_USER": "root",
"MYSQL_DATABASE": "<database>",
"MYSQL_PASSWORD": "<password>"
},
"args": [
"-y",
"@benborla29/mcp-server-mysql"
],
"command": "npx"
}
}
}Verified popular MySQL MCP server.
Scanned 0 files · 0 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Be the first to review this server!