MCP server that assesses business automation readiness and provides industry-specific AI automation recommendations
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"easyaiflows-mcp-serv": {
"command": "npx",
"args": [
"-y",
"Ronnie-Nutrition/easyaiflows-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add easyaiflows-mcp-serv npx -y Ronnie-Nutrition/easyaiflows-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"easyaiflows-mcp-serv": {
"command": "npx",
"args": [
"-y",
"Ronnie-Nutrition/easyaiflows-mcp-server"
]
}
}
}