mcp-mysql-server
A Model Context Protocol server that enables AI models to interact with MySQL databases through a standardized interface.
This MCP server provides a seamless way for AI models to perform operations on MySQL databases. It allows for easy integration and management of database interactions, making it suitable for various applications that require database connectivity. With this server, users can execute queries, retrieve data, and manage database records efficiently.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-mysql-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-mysql-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions