How to Use the Make (Workflow Automation) MCP in Cursor
Build and debug automation logic in Cursor by connecting your real-time workflow data directly to your code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Make (Workflow Automation) MCP to Cursor
Create your Vinkius account to connect Make (Workflow Automation) to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Inject live automation status into Cursor
Stop hardcoding values when building your integrations. Use `list_scenarios` to fetch live scenario IDs and names, then let your agent write code based on the actual configuration of your production environment. This ensures your code stays synced with your live workflows. If you rename a scenario or change a trigger, your agent sees the update immediately.
Debug automation errors while you code
When a workflow breaks, pull the logs into your editor. Use `list_scenario_logs` to get the latest failure details and feed that output into the Cursor chat to generate a patch. It removes the need to manually copy-paste error messages. You get the raw data and a solution in one flow.
Map data stores for your automation scripts
Need to know what data your scenarios are touching? Use `list_data_stores` to get a list of all active stores within your organization. Your agent can then cross-reference these stores with your code to ensure your scripts are targeting the right keys. It prevents errors caused by mismatched data structures.
Set up Make (Workflow Automation) MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Make (Workflow Automation) MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Make (Workflow Automation) transactions." If the MCP tools are loaded correctly, Cursor will call the Make (Workflow Automation) tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"make-workflow-automation-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Make. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 Cursor
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.