Agent Pipeline
Freeby MCP Community
Multi-Agent Collaborative Pipeline — Claude Code MCP Plugin
v2.2.0Added Apr 12, 2026
claude-codemcpmulti-agentpipelineai-agent
Agent Pipeline MCP Server
Multi-Agent Collaborative Pipeline — Claude Code MCP Plugin
Installation
npx -y @aspect-mark/agent-pipeline
Reviews
Installation
Quick install
npx -y @aspect-mark/agent-pipeline
Add to claude_desktop_config.json
{
"mcpServers": {
"agent-pipeline": {
"command": "npx",
"args": ["-y", "@aspect-mark/agent-pipeline"]
}
}
}