AI & ML
Trust: 42/100 (Fair)io.github.shinpr/sub-agents-mcp Guide
MCP server for delegating tasks to specialized AI assistants in Cursor, Claude, and Gemini
71 starsby shinpr
Quick Start
Install
npx sub-agents-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-shinpr-sub-agents-mcp": {
"command": "npx",
"args": [
"sub-agents-mcp"
]
}
}
}