How to Use the Make (Workflow Automation) MCP in Claude Code
Pipe your Make.com monitoring into any script or CI/CD pipeline with Claude Code and this MCP Server.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Make (Workflow Automation) MCP to Claude Code
Create your Vinkius account to connect Make (Workflow Automation) 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.
Automate Audits with this MCP Server
Use this server in your shell scripts. A simple cron job can call `claude mcp exec make-workflow-automation-mcp list_scenarios` and pipe the output to `jq` to check for scenarios that haven't run recently. You can build a daily health check script that calls `list_scenarios`, loops through them, and uses `list_scenario_logs` to check for new errors. If it finds any, it pipes the results to a Slack notification script. Set it and forget it.
Monitor Scenarios from the Terminal
Forget the web UI. To check on a failing workflow, just run `claude mcp exec make-workflow-automation-mcp list_scenario_logs --scenario_id 12345`. You get the raw log data instantly, right in your terminal. The output is clean JSON, so you can pipe it to anything. Grep for specific error messages, use `jq` to transform the output, or feed it into a monitoring tool like Datadog. It's built for command-line workflows.
Manage Access in Your CI/CD Pipeline
Before a deployment, you can have your GitHub Action run a check. Use `list_connections` to verify that only approved API endpoints are being used. If a rogue connection appears, the build fails. You can also use `list_teams` to ensure the right people have access before deploying changes that depend on a scenario. This lets you bake compliance checks right into your development pipeline.
Set up Make (Workflow Automation) 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 seemake-workflow-automation-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Make (Workflow Automation) transactions." It will automatically discover and invoke the available Make (Workflow Automation) tools.
claude mcp add --transport http make-workflow-automation-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 Make (Workflow Automation) MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Make (Workflow Automation) MCP today
We host it, we monitor it, we maintain it. You just paste one token.