Agent Pool
Freeby MCP Community
MCP Server for multi-agent task delegation and orchestration via Gemini CLI
v1.7.2Added Apr 12, 2026
mcpmodel-context-protocolgeminigemini-cliagent
Agent Pool MCP Server
MCP Server for multi-agent task delegation and orchestration via Gemini CLI
Installation
npx -y agent-pool-mcp
Reviews
Installation
Quick install
npx -y agent-pool-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"agent-pool": {
"command": "npx",
"args": ["-y", "agent-pool-mcp"]
}
}
}