
Argo Workflow MCP Server
by yjx3097890
Manage Argo Workflows via the Argo Server REST API directly from your AI agent.
What it does
This MCP server provides AI agents with full lifecycle management of Argo Workflows. It connects to an Argo Server instance, allowing the AI to orchestrate complex Kubernetes-native workflows, manage templates, and monitor execution status in real-time.
Tools
create_workflow_template: Creates a new reusable workflow template.get_workflow_template: Retrieves a specific workflow template definition.list_workflow_templates: Lists all available workflow templates.delete_workflow_template: Removes a workflow template.submit_workflow: Triggers a new workflow instance from a template.get_workflow_status: Checks the current state and logs of a running workflow.list_workflows: Lists all workflow instances in the namespace.delete_workflow: Deletes a specific workflow instance.
Installation
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"argo-workflow": {
"command": "npx",
"args": [
"-y",
"argo-workflow-mcp-server",
"--argo-server",
"https://argo-server.example.com",
"--argo-token",
"your-token"
]
}
}
}
Supported hosts
- Claude Desktop
Quick install
npx argo-workflow-mcp-server --argo-server <url> --argo-token <token>Information
- Pricing
- free
- Published






