AG2 (formerly AutoGen): The Open-Source AgentOS.Join us at: https://discord.gg/sNGSwQME3x

RAW Config

Claude Desktop Configuration

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

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