TypeScript AI agent orchestration framework with dynamic workflows. Describe the goal, not the graph: a coordinator plans the task DAG at runtime and runs it on any LLM (Claude, ChatGPT, Gemini, DeepSeek, or local models).
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"open-multi-agent": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-open-multi-agent"
]
}
}
}