workflow-server

m2ux/workflow-server
★ 1 stars TypeScript 🤖 AI/LLM Updated 1d ago
A Model Context Protocol (MCP) server for AI agent workflow orchestration. Create high-fidelity, structured workflows that agents discover, navigate, and execute to fulfill user goals.
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": {
    "workflow-server": {
      "command": "npx",
      "args": [
        "-y",
        "m2ux/workflow-server"
      ]
    }
  }
}