Productivity|Development|AI / MLPython
claude-code-teams-mcp
MCP server that implements Claude Code's agent teams protocol for any MCP client.
N/A rating (0 reviews)0 installs230 GitHub stars
MCPClaude CodeAgent Teams
This MCP server reimplements Claude Code's internal agent teams feature as a standalone MCP server, making it available to any MCP client. It supports shared task lists, inter-agent messaging, and tmux-based spawning.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"claude-code-teams-mcp": {
"args": [
"claude-code-teams-mcp"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.