Chenlinyang Mysql
Freeby MCP Community
MCP server for interacting with MySQL databases with write operations support (modified from @benborla29/mcp-server-mysql)
v1.0.2Added Apr 12, 2026
nodemcpaicursormcp-server
Chenlinyang Mysql MCP Server
MCP server for interacting with MySQL databases with write operations support (modified from @benborla29/mcp-server-mysql)
Installation
npx -y @iflow-mcp/chenlinyang-mcp-server-mysql
Reviews
Installation
Quick install
npx -y @iflow-mcp/chenlinyang-mcp-server-mysql
Add to claude_desktop_config.json
{
"mcpServers": {
"chenlinyang-mysql": {
"command": "npx",
"args": ["-y", "@iflow-mcp/chenlinyang-mcp-server-mysql"]
}
}
}