# argoproj/argo-cd | Model Context Protocol (MCP) Server > Declarative Continuous Deployment for Kubernetes - **Stars**: ⭐ 23,908 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "argo-cd": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-argo-cd" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "argo-cd": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-argo-cd" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-argo-cd` - **Docker**: `docker run -i --rm mcp/argo-cd`