How to Use the Workato MCP in Claude Code
Headless Workato Automation: Run audits, check recipes, and manage connectors in CI/CD pipelines with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Workato MCP to Claude Code
Create your Vinkius account to connect Workato to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Audit Workflow Recipes via MCP Server
You list all automation recipes using `list_automation_recipes`. This output feeds directly into your pipeline script, letting you programmatically verify which workflows exist before deployment. If a workflow needs deep inspection, use `get_recipe_details` to pull its full configuration. You can pipe this JSON output to other tools for validation checks.
List Connections and Folders in Claude Code
The MCP Server exposes `list_app_connections`, which lists all configured application connections in Workato. This is vital for CI/CD security checks, ensuring credentials are properly provisioned. You can also run `list_workato_folders` to map out the entire organizational structure of your account; this list helps scope automated cleanup tasks.
Monitor Workato Jobs and API Collections
Use `list_recipe_jobs` to get recent job execution records for a specific recipe. This lets your cron job check the operational health of workflows without needing GUI access. For comprehensive endpoint discovery, run `get_api_collections`. You pipe this list into another script that validates required API versions.
Set up Workato MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeworkato-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Workato transactions." It will automatically discover and invoke the available Workato tools.
claude mcp add --transport http workato-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Workato MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Workato MCP today
We host it, we monitor it, we maintain it. You just paste one token.