Make

Connects AI systems to Make automation workflows, enabling assistants to trigger scenarios with parameters and receive structured

integromat 164 ↓ 5k
Claude CodeClaude DesktopGeneric
View source ↗

Make MCP Server enables AI assistants to trigger and interact with Make automation workflows through the Model Context Protocol. Developed by Make, it connects to your Make account to identify on-demand scenarios, parse input parameters, allow AI assistants to invoke scenarios with appropriate parameters, and return structured JSON output. The server runs as a Node.js application that can be installed via npm or run in a Docker container, requiring a Make API key with scenarios:read and scenarios:run scopes. This implementation is particularly valuable for maintaining complex automation logic in Make while exposing functionality to AI systems, creating bidirectional communication between assistants and existing workflows.

Connection

  • sse · auth: api_key · free_tier — https://<MAKE_ZONE>/mcp/api/v1/u/<MCP_TOKEN>/sse
  • streamable_http · auth: oauth · free_tier — https://mcp.make.com

Source

Repository: https://github.com/integromat/make-mcp-server

Maintain Make?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[Make on getagentictools](https://getagentictools.com/mcp/integromat-make-mcp-server?ref=badge)