integromat/make-mcp-server
by Various
Make MCP Server
MCP
integromat/make-mcp-server
Added 1 June 2026
Overview
A TypeScript MCP server that connects AI models to Make (formerly Integromat) automation workflows. It exposes Make scenarios as callable functions through the Model Context Protocol, enabling AI assistants to trigger and interact with automations programmatically.
Best for
Best for
Developers who want to bridge AI assistants with Make automations using the Model Context Protocol
Use cases
- Building AI agents that trigger Make scenarios from natural language commands
- Integrating AI assistants with existing Make automation workflows
- Exposing Make automations as tools for MCP-compatible AI clients
How to use
Tested with
Claude Desktop
Example client config
{\n "mcpServers": {\n "make": {\n "command": "npx",\n "args": ["-y", "@makehq/mcp-server"],\n "env": {\n "MAKE_API_KEY": "<your-api-key>",\n "MAKE_ZONE": "<your-zone>",\n "MAKE_TEAM": "<your-team-id>"\n }\n }\n }\n} Notes
A TypeScript MCP server that connects AI models to Make (formerly Integromat) automation workflows. It exposes Make scenarios as callable functions through the Model Context Protocol, enabling AI assistants to trigger and interact with automations programmatically.
159 stars on GitHub. Last updated 2026-04-17. Licensed MIT.
Use cases
- Building AI agents that trigger Make scenarios from natural language commands
- Integrating AI assistants with existing Make automation workflows
- Exposing Make automations as tools for MCP-compatible AI clients
Pros
- Written in TypeScript, easy to extend and maintain
- Open source with a clear, focused purpose
- Lightweight and self-contained
Cons
- Small community with only 159 GitHub stars, limited support
- Requires self-hosting and managing your own MCP infrastructure
- Dependent on Make’s API availability and rate limits
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Written in TypeScript, easy to extend and maintain
- Open source with a clear, focused purpose
- Lightweight and self-contained
Cons
- Small community with only 159 GitHub stars, limited support
- Requires self-hosting and managing your own MCP infrastructure
- Dependent on Make's API availability and rate limits
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.