by integromat
Runs a Model Context Protocol server that links Make scenarios with AI assistants, exposing on‑demand workflows as callable tools.
Provides a server that connects to a Make account, discovers scenarios scheduled with "On‑Demand", and makes them accessible to AI assistants through structured JSON inputs and outputs.
claude_desktop_config.json
file under the mcpServers
section.npx
command specified in the configuration; the AI client will communicate with it automatically.Q: Do I need to run this server locally?
A: Yes, it runs as a Node.js process on your machine or any environment that supports npx
.
Q: Which Make permissions are required?
A: The API key must have scenarios:read
and scenarios:run
scopes.
Q: Can I use this with other MCP clients besides Claude Desktop? A: Absolutely; any client that follows the Model Context Protocol can interact with the server.
Q: Is there a newer version available? A: A cloud‑based version is recommended for most use cases; see the link in the README for details.
A modern, cloud-based version of the Make MCP Server is now available. For most use cases, we recommend using this new version.
A Model Context Protocol server that enables Make scenarios to be utilized as tools by AI assistants. This integration allows AI systems to trigger and interact with your Make automation workflows.
The MCP server:
scenarios:read
and scenarios:run
scopesTo use this server with the Claude Desktop app, add the following configuration to the "mcpServers" section of your claude_desktop_config.json
:
{
"mcpServers": {
"make": {
"command": "npx",
"args": ["-y", "@makehq/mcp-server"],
"env": {
"MAKE_API_KEY": "<your-api-key>",
"MAKE_ZONE": "<your-zone>",
"MAKE_TEAM": "<your-team-id>"
}
}
}
}
MAKE_API_KEY
- You can generate an API key in your Make profile.MAKE_ZONE
- The zone your organization is hosted in (e.g., eu2.make.com
).MAKE_TEAM
- You can find the ID in the URL of the Team page.Please log in to share your review and rating for this MCP.
{ "mcpServers": { "make": { "command": "npx", "args": [ "-y", "@makehq/mcp-server" ], "env": { "MAKE_API_KEY": "<YOUR_API_KEY>", "MAKE_ZONE": "<YOUR_ZONE>", "MAKE_TEAM": "<YOUR_TEAM_ID>" } } } }
Discover more MCP servers with similar functionality and use cases
by Skyvern-AI
Skyvern automates browser-based workflows using LLMs and computer vision, offering a robust solution for repetitive online tasks.
by PipedreamHQ
Connect APIs quickly, run event‑driven automations, and execute custom code in Node.js, Python, Go, or Bash on a hosted platform.
by czlonkowski
Provides AI assistants with structured access to n8n node documentation, properties, and operations, enabling automated workflow creation, validation, and management.
by executeautomation
mcp-playwright is a Model Context Protocol (MCP) server that enables large language models (LLMs) to perform browser automation and web scraping tasks using Playwright.
by browserbase
Provides cloud browser automation capabilities for LLMs, enabling web navigation, interaction, screenshot capture, and data extraction through Browserbase and Stagehand.
by haris-musa
excel-mcp-server is a Python-based Model Context Protocol (MCP) server that enables AI agents to programmatically create, read, and modify Excel files without requiring Microsoft Excel to be installed.
by mobile-next
Mobile-mcp is a Model Context Protocol (MCP) server designed for scalable mobile automation, app scraping, and development across iOS and Android devices, including physical devices, simulators, and emulators.
by anaisbetts
mcp-installer is an MCP server designed to automate the installation of other MCP servers, simplifying the process for users.
by leonardsellem
An MCP server that enables AI assistants to interact with n8n workflows through natural language.