M
Mysql MCP Tool
by @ITKMUnigle
一个功能完整的 MySQL MCP (Model Context Protocol) 工具,支持通过 stdio 和 HTTP/SSE 两种传输方式与 AI 助手交互,实现对 MySQL 数据库的查询和管理。
Created 5/1/2026
Updated about 21 hours ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-mysql-mcp-tool
Cursor configuration (mcp.json)
{
"mcpServers": {
"itkmunigle-mysql-mcp-tool": {
"command": "npx",
"args": [
"itkmunigle-mysql-mcp-tool"
]
}
}
}