HomeDevelopment › ateam-mcp

ateam-mcp

Build, validate, and deploy multi-agent AI solutions from any AI environment.

TypeScript CloudLocal macOSWindowsLinux Remote
★ 1 stars Last pushed 2026-09-23

Topics: Aggregators

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.ateam-ai.com/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http ateam-mcp https://mcp.ateam-ai.com/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "ateam-mcp": {
      "url": "https://mcp.ateam-ai.com/mcp"
    }
  }
}

Package (npm 0.1.2)

npx -y @ateam-ai/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "ateam-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@ateam-ai/[email protected]"
      ]
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry