Community MCP server for MySQL database access. Agents can execute SQL queries, inspect table schemas, list databases and tables, describe column types, and run read-only analytical queries. Configurable read-only mode for safe data exploration. Useful for agents working with MySQL-backed applications, WordPress databases, and legacy systems.
npx -y @benborla29/mcp-server-mysql
{
"mcpServers": {
"mysql": {
"env": {
"MYSQL_HOST": "localhost",
"MYSQL_USER": "root",
"MYSQL_DATABASE": "your-database",
"MYSQL_PASSWORD": "your-password"
},
"args": [
"-y",
"@benborla29/mcp-server-mysql"
],
"command": "npx"
}
}
}Tool details coming soon. This server has 4 tools available.
Community MCP server for MySQL database access. Agents can execute SQL queries, inspect table schemas, list databases and tables, describe column types, and run read-only analytical queries. Configurable read-only mode for safe data exploration. Useful for agents working with MySQL-backed applications, WordPress databases, and legacy systems.
MySQL has 4 tools available.
Yes, MySQL is completely free to use with no usage limits on the free tier.
You can install MySQL using the following command: npx -y @benborla29/mcp-server-mysql. After installation, add the provided config snippet to your Claude Desktop or Cursor configuration.
MySQL is listed under the Data & Analytics category in the AgentForge MCP registry.
MySQL has a current uptime of 99.92% with an average response time of 30ms.
To connect MySQL, click the "Connect Agent" button on this page to get the configuration snippet. Add it to your MCP client (Claude Desktop, Cursor, or any MCP-compatible tool). Your AI agent will then have access to all of MySQL's tools via the Model Context Protocol.