C
Claude Team
Orchestrates multiple AI models (Claude, GPT, Gemini) as specialized development team agents with distinct roles, providing conversation management, resumable w
Share:
About
Orchestrates multiple AI models (Claude, GPT, Gemini) as specialized development team agents with distinct roles, providing conversation management, resumable workflows, and webhook integration for collaborative software development projects.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Install Claude Team
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"claude-team": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-claude-team"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"claude-team": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-claude-team"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"claude-team": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-claude-team"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.