designcomputer/mysql_mcp_server
A Model Context Protocol (MCP) server that enables secure interaction with MySQL databases
Overview
designcomputer/mysql_mcp_server is a Python MCP server licensed under MIT. A Model Context Protocol (MCP) server that enables secure interaction with MySQL databases Topics: ai, mcp, model-context-protocol, mysql.
Ranked #7513 out of 25632 indexed tools.
Has 1,160 GitHub stars.
Ecosystem
Python MIT
aimcpmodel-context-protocolmysql
Signal Breakdown
Stars 1,160
Freshness 9mo ago
Issue Health 20%
Contributors 7
Dependents 0
Forks 228
Description Good
License MIT
How to Improve
Description low impact
Freshness high impact
Issue Health high impact
Matched Queries
From the README
# MySQL MCP Server A Model Context Protocol (MCP) implementation that enables secure interaction with MySQL databases. This server component facilitates communication between AI applications (hosts/clients) and MySQL databases, making database exploration and analysis safer and more structured through a controlled interface. > **Note**: MySQL MCP Server is not designed to be used as a standalone server, but rather as a communication protocol implementation between AI applications and MySQL databases. ## Features - List available MySQL tables as resources - Read table contents - Execute SQL queries with proper error handling - Secure database access through environment variables - Comprehensive logging ## Installation ### Manual Installation ```bash pip install mysql-mcp-server ``` ### Installing via Smithery To install MySQL MCP Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/mysql-mcp-server): ```bash npx -y @smithery/cli install mysql-mcp-serverRead full README on GitHub →
Are you the maintainer? Claim this listing