easyaiflows-mcp-server

Ronnie-Nutrition/easyaiflows-mcp-server
★ 1 stars TypeScript 🤖 AI/LLM Updated 17d ago
MCP server that assesses business automation readiness and provides industry-specific AI automation recommendations
View on GitHub →

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"
      ]
    }
  }
}