Ace Swarm
Freeby MCP Community
ACE Framework MCP server and CLI bootstrap for prompts, skills, handoffs, and stateful swarm orchestration.
v2.3.1Added Apr 12, 2026
mcpaceace-swarmagentsskills
Ace Swarm MCP Server
ACE Framework MCP server and CLI bootstrap for prompts, skills, handoffs, and stateful swarm orchestration.
Installation
npx -y ace-swarm
Reviews
Installation
Quick install
npx -y ace-swarm
Add to claude_desktop_config.json
{
"mcpServers": {
"ace-swarm": {
"command": "npx",
"args": ["-y", "ace-swarm"]
}
}
}