# ag2ai/ag2 | Model Context Protocol (MCP) Server > AG2 (formerly AutoGen): The Open-Source AgentOS.Join us at: https://discord.gg/sNGSwQME3x - **Stars**: ⭐ 4,521 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "ag2": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-ag2" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "ag2": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-ag2" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-ag2` - **Docker**: `docker run -i --rm mcp/ag2`