MySQL MCP Server
A Model Context Protocol server that provides read-only access to MySQL databases. This server enables LLMs to inspect database schemas and execute read-only queries.
AI Skill Market Insights
Real data. Real impact.
Emerging
Developers
Quick Start
Install Command
# MySQL MCP Server
# 1. Find the exact package/command in the repo README:
# https://github.com/benborla/mcp-server-mysql#readme
#
# 2. Add it to Claude Code:
claude mcp add mysql -- <command from README>
#
# …or add to claude_desktop_config.json:
# {
# "mcpServers": {
# "mcp-server-mysql": { "command": "<...>", "args": ["<...>"] }
# }
# }