This MCP server provides read-only access to MySQL databases. It exposes schema inspection and query execution capabilities. It connects to MySQL databases via SSH tunnels. Developers use it to enable AI agents to analyze and retrieve data from MySQL without write access.
This MCP server provides read-only access to MySQL databases. It exposes schema inspection and query execution capabilities. It connects to MySQL databases via SSH tunnels. Developers use it to enable AI agents to analyze and retrieve data from MySQL without write access.
npx -y @benborla29/mcp-server-mysqlAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"benborla-mcp-server-mysql-github": {
"command": "npx",
"args": [
"-y",
"npx -y @benborla29/mcp-server-mysql"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from mysql?"
No configuration required. This server works out of the box.
"What resources are available in mysql?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in mysql"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in mysql with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.