Gen Data is designed for generating test data for MySQL databases specifically in local development environments. It allows developers to create sample data for testing without impacting production data.
Gen Data is designed for generating test data for MySQL databases specifically in local development environments. It allows developers to create sample data for testing without impacting production data.
MYSQL_PASSWORD={MYSQL_PASSWORD} uv --directory /项目文件夹路径(gen-data) run 功能代码(main).pyAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"mysql": {
"command": "npx",
"args": [
"-y",
"MYSQL_PASSWORD={MYSQL_PASSWORD} uv --directory /项目文件夹路径(gen-data) run 功能代码(main).py"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from MySQL 执行器?"
No configuration required. This server works out of the box.
"What resources are available in MySQL 执行器?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in MySQL 执行器"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in MySQL 执行器 with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.