A Model Context Protocol (MCP) server that enables secure interaction with MySQL databases. This server allows AI assistants to list tables, read data, and execute SQL queries through a controlled interface, making database exploration and analysis safer and more structured.
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"mysql-mcp-server-financeblue","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
  [](https://smithery.ai/server/mysql-mcp-server) [](https://mseep.ai/app/designcomputer-mysql-mcp-server) # 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 # 执行SQL查询 - 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-server --client claude ``` ## Configuration # 配置说明 Set the following environment variables: # 必须设置的环境变量 ```bash MYSQL_HOST=localhost # Database host # 数据库主机地址 MYSQL_PORT=3306 # Optional: Database port (defaults to 3306 if not specified) # 可选数据库端口,默认3306 MYSQL_USER=your_username # 数据库用户名 MYSQL_PASSWORD=your_password # 数据库密码 MYSQL_DATABASE=your_database # 要连接的数据库名称 ``` ## Usage ### With Claude Desktop Add this to your `claude_desktop_config.json`: ```json { "mcpServers": { "mysql": { "comma…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.