camel

GitHub

๐Ÿซ CAMEL: The first and the best multi-agent framework. Finding the Scaling Law of Agents. https://www.camel-ai.org

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "camel": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-camel"
      ]
    }
  }
}