MCP Directory
Back

claude-code-teams-mcp

by cs50victor · Python · ★ 264

use claude code's agent teams orchestraction with any harness

#agents#claude-code#opencode#reverse-engineering

Install

pip install git+https://github.com/cs50victor/claude-code-teams-mcp.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "claude-code-teams-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/cs50victor/claude-code-teams-mcp.git"
      ]
    }
  }
}

From the README

MCP server that implements Claude Code's [agent teams](https://code.claude.com/docs/en/agent-teams) protocol for any MCP client. https://github.com/user-attachments/assets/531ada0a-6c36-45cd-8144-a092bb9f9a19 Claude Code has a built-in agent teams feature (shared task lists, inter-agent messaging, tmux-based spawning), but the protocol is internal and tightly coupled to its own tooling. This MCP server reimplements that protocol as a standalone [MCP](https://modelcontextprotocol.io/) server, making it available to any MCP client: [Claude Code](https://docs.anthropic.com/en/docs/claude-code),…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers