Make (formerly Integromat) supports MCP via its HTTP and AI modules. Good for visual workflow builders who don't want to run n8n themselves.
Setup
- In your Make scenario, add an HTTP module configured as MCP client, or use the built-in Anthropic / OpenAI modules with custom tool wiring
- Set the endpoint to
https://mcp.datahawk.co/mcp
- Add your DataHawk API token to the auth header
Example scenario
Trigger: Schedule (Monday 8am)
Flow: MCP call (weekly exec summary query) → Google Docs (append to a weekly report doc) → Email (send to leadership)
Tips
- Make's error-handling is stronger than n8n's — use it for customer-facing or SLA-bound workflows
- Store complex prompts as Make data stores so you can version them
Full walkthrough coming soon.