McpMux
Back to Registry

Argo CD (npx) MCP Server

Community

Contributed by Argo Project (argoproj-labs)

Interact with Argo CD applications through natural language: list and inspect applications, sync deployments, view managed resources, events, and logs. Connects to your Argo CD instance via API token.

About the Argo CD (npx) MCP Server

The Argo CD (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Interact with Argo CD applications through natural language: list and inspect applications, sync deployments, view managed resources, events, and logs. Connects to your Argo CD instance via API token. This is a community-contributed MCP server by Argo Project (argoproj-labs).

Install the Argo CD (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "argocd-mcp@latest",
    "stdio"
  ],
  "env": {
    "ARGOCD_BASE_URL": "${input:ARGOCD_BASE_URL}",
    "ARGOCD_API_TOKEN": "${input:ARGOCD_API_TOKEN}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "ARGOCD_BASE_URL",
        "label": "Argo CD Base URL",
        "description": "The base URL of your Argo CD instance (e.g. https://argocd.example.com). The server connects to this endpoint's API.",
        "type": "url",
        "required": true,
        "placeholder": "https://argocd.example.com"
      },
      {
        "id": "ARGOCD_API_TOKEN",
        "label": "Argo CD API Token",
        "description": "API token for an Argo CD account with apiKey capability. Generate it under Settings > Accounts for a local account that has the apiKey capability enabled.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "eyJ****************************************",
        "obtain": {
          "url": "https://argo-cd.readthedocs.io/en/stable/user-guide/commands/argocd_account_generate-token/",
          "instructions": "1. Ensure the target account has the 'apiKey' capability (set 'accounts.<name>: apiKey' in the argocd-cm ConfigMap)\n2. In the Argo CD UI, go to Settings > Accounts\n3. Select your account and click 'Generate New' under Tokens\n4. (Optional) Set an expiration\n5. Click 'Generate' and copy the token\nAlternatively, run: argocd account generate-token --account <name>",
          "button_label": "Generate Token"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
Tools

Categories

Tags

argocdargo-cdgitopskubernetescicddeploymentdevops

Supported AI Clients

The Argo CD (npx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Argo CD (npx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.