Sub Agents
Freeby MCP Community
MCP server for delegating tasks to specialized AI assistants in Cursor and other tools
v0.7.0Added Apr 12, 2026
mcpmcp-servermodel-context-protocolsub-agentsai-agents
Sub Agents MCP Server
MCP server for delegating tasks to specialized AI assistants in Cursor and other tools
Installation
npx -y sub-agents-mcp
Reviews
Installation
Quick install
npx -y sub-agents-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"sub-agents": {
"command": "npx",
"args": ["-y", "sub-agents-mcp"]
}
}
}