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:
Manage multiple Claude Code agents from TUI or Web with tmux and git worktrees
Kanban-based orchestration for 10+ coding agents with isolated git worktrees per agent
191 agents, 155 skills, and 82 plugins cross-compatible with Claude Code, Cursor, and Codex
โ ๏ธ Experimentelle Skill-Sammlung fรผr deutsches Recht (Arbeits-, Gesellschafts-, Insolvenz-, Datenschutz-, Prozessrecht u