A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
🤖 Multi-Agent MCP Server - Let Claude Code / Windsurf / Cursor orchestrate GPT, Claude, Gemini to work as an AI dev tea
Multi-Agent MCP Server for AI-Powered Development Teams
Orchestrate GPT, Claude, Gemini and more to collaborate on complex tasks
| Feature | Description |
|---|---|
| 🤖 Multi-Model Collaboration | Configure multiple AI models to work together, each leveraging their strengths |
| 🧠 Smart Task Distribution | Tech Lead analyzes tasks and automatically assigns them to the best-suited experts |
| 🔗 Workflow Templates | 5 pre-built workflows: code generation, bug fixing, refactoring, review, documentation |
| 🎯 Custom Experts | Define your own experts (Rust, K8s, Security, etc.) via environment variables |
| 📊 Observability | Dashboard, cost estimation, and task planning preview |
| 🌐 Proxy API Support | Custom Base URLs, compatible with various proxy services |
| 📝 Collaboration History | Complete record of all collaborations with search support |
# Global install
npm install -g claude-team
# Or use directly with npx (no install needed)
npx claude-team
Add to your IDE's MCP configuration file:
| IDE | Path |
|---|---|
| Claude Code | ~/.claude/config.json |
| Windsurf | ~/.codeium/windsurf/mcp_config.json |
| Cursor | ~/.cursor/mcp.json |
{
"mcpServers": {
"claude-team": {
"command": "npx",
"args": ["-y", "claude-team"],
"env": {
"CLAUDE_TEAM_MAIN_KEY": "sk-your-api-key",
"CLAUDE_TEAM_MAIN_URL": "https://api.openai.com/v1",
"CLAUDE_TEAM_MAIN_MODEL": "gpt-4o",
"CLAUDE_TEAM_MAIN_PROVIDER": "openai"
}
}
}
}
> Help me build a user login feature with the team
> Have the team optimize this code for performance
User: "Optimize this SQL query for performance"
Tech Lead Analysis →
├── Creates: SQL Optimization Expert (powerful)
├── Creates: Index Analysis Expert (balanced)
└── Workflow: sequential
User: "Build a settings page with dark mode"
Tech Lead Analysis →
├── Creates: UI Component Expert (balanced)
├── Creates: Theme System Expert (fast)
├── Creates: State Management Expert (balanced)
└── Workflow: parallel → review
| Tool | Description |
|---|---|
team_work | 🚀 Team collaboration (auto-creates experts) |
ask_expert | 💬 Consult an expert (supports custom experts) |
code_review | 🔍 Code review |
fix_bug | 🐛 Bug fixing |
| Tool | Description |
|---|---|
list_workflows | 📋 List all workflow templates |
run_workflow | ▶️ Execute a specific workflow |
suggest_workflow | 💡 Auto-recommend workflow based on task |
Pre-built Workflows:
| Workflow | Purpose | Steps |
|---|---|---|
code-generation | Generate code from requirements | Design → Implement → Test → Review |
bug-fix | Diagnose and fix bugs | Diagnose → Fix → Verify |
refactoring | Code refactoring | Analyze → Plan → Execute → Review |
code-review | Multi-dimensional review | Security / Quality / Performance (parallel) |
documentation | Generate documentation | Analyze → Document |
| Tool | Description |
|---|---|
team_dashboard | 🎛️ View team status, experts, models, stats |
cost_estimate | 💰 Estimate task cost (tokens, price, time) |
explain_plan | 🧠 Preview task assignment plan |
usage_stats | 📈 View model usage statistics |
| Tool | Description |
|---|---|
read_project_files | 📄 Read project files for context |
analyze_project_structure | 🏗️ Analyze project structure and tech stack |
generate_commit_message | 📝 Generate commit message from diff |
| Tool | Description |
|---|---|
history_list | 📋 View collaboration history |
history_get | 📄 Get history details |
history_search | 🔎 Search history records |
history_context | 📚 Get recent context |
| Variable | Required | Description |
|---|---|---|
CLAUDE_TEAM_MAIN_KEY | ✅ | Main model API Key |
CLAUDE_TEAM_MAIN_URL | ❌ | Main model API URL |
CLAUDE_TEAM_MAIN_MODEL | ❌ | Main model ID (default: gpt-4o) |
CLAUDE_TEAM_MAIN_PROVIDER | ❌ | Provider: openai / anthropic / gemini |
CLAUDE_TEAM_MODEL{N}_* | ❌ | Worker model N config (inherits from MAIN) |
CLAUDE_TEAM_CUSTOM_EXPERTS | ❌ | Custom experts (JSON format) |
N = 1, 2, 3... supports up to 10 worker models
Define your own experts beyond the built-in frontend, backend, qa:
{
"env": {
"CLAUDE_TEAM_CUSTOM_EXPERTS": "{\"rust\":{\"name\":\"Rust Expert\",\"prompt\":\"You are a Rust expert...\",\"tier\":\"powerful\"},\"k8s\":{\"name\":\"K8s Expert\",\"prompt\":\"You are a Kubernetes expert...\",\"tier\":\"balanced\"}}"
}
}
| Field | Required | Description |
|---|---|---|
name | ✅ | Expert display name |
prompt | ✅ | Expert role description (System Prompt) |
tier | ❌ | Model tier: fast / balanced / powerful |
skills | ❌ | Skill tags array |
| Tier | Use Case | Example Scenarios |
|---|---|---|
fast | Simple, quick tasks | Formatting, simple queries, docs |
balanced | Regular dev tasks | Components, APIs, unit tests |
powerful | Complex reasoning | Architecture, optimization, security |
Contributions are welcome! Please read our:
干净、强大、属于你的 AI Agent 平台 --AI agents, without the clutter.
An AI-powered custom node for ComfyUI designed to enhance workflow automation and provide intelligent assistance
Native macOS app to monitor Claude AI usage limits and watch your coding sessions live
npx CLI installing 100+ agents, commands, hooks, and integrations in one command