Argo CD (npx) MCP Server
CommunityContributed 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
{
"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"
}
}
]
}
}Categories
Tags
Supported AI Clients
The Argo CD (npx) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
GitHub (Docker)
Interact with GitHub repositories, issues, pull requests, and code security via Docker container. Supports both github.com and GitHub Enterprise instances. Requires Docker installed.
GitHub (Remote PAT)
Interact with GitHub repositories, issues, pull requests, actions, and code security through GitHub's hosted remote MCP server. Authenticates with a Personal Access Token.
Atlassian (Jira & Confluence)
Interact with Jira issues, Confluence pages, and Compass components through Atlassian's official remote MCP server.
Figma
Generate code from Figma designs, extract design context, variables, and components through Figma's official hosted MCP server. Supports Code Connect for design system consistency, FigJam content, and browser-to-Figma live capture.
Figma (npx)
Read and inspect Figma designs, components, and styles. Extract layout details, design tokens, and asset metadata from any Figma file. Translates auto-layout to CSS flexbox. Supports image downloads.
GitLab
GitLab's built-in MCP server for managing issues, merge requests, pipelines, and semantic code search. Requires GitLab 18.6+ with Duo enabled. Connects directly to any GitLab instance via OAuth.
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.