Make (npx) MCP Server
CommunityContributed by Make
Connect to Make (formerly Integromat) automation scenarios. Turn your on-demand Make scenarios into callable tools so AI assistants can trigger and parameterize your automations. Runs locally via npx.
About the Make (npx) MCP Server
The Make (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Connect to Make (formerly Integromat) automation scenarios. Turn your on-demand Make scenarios into callable tools so AI assistants can trigger and parameterize your automations. Runs locally via npx. This is a community-contributed MCP server by Make.
Install the Make (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.
Transport Configuration
{
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@makehq/mcp-server"
],
"env": {
"MAKE_API_KEY": "${input:MAKE_API_KEY}",
"MAKE_ZONE": "${input:MAKE_ZONE}",
"MAKE_TEAM": "${input:MAKE_TEAM}"
},
"metadata": {
"inputs": [
{
"id": "MAKE_API_KEY",
"label": "Make API Key",
"description": "API token generated in your Make profile. Grant the scopes needed for the scenarios you want to expose (e.g. scenarios:read, scenarios:run).",
"type": "text",
"required": true,
"secret": true,
"placeholder": "********************************",
"obtain": {
"url": "https://www.make.com/en/help/api-key",
"instructions": "1. Sign in to Make and click your avatar at the bottom-left, then click Profile\n2. Open the API tab\n3. Click 'Add token'\n4. Select the scopes you need\n5. Click 'Save', then copy the generated token (it is shown only once)",
"button_label": "Create API Token"
}
},
{
"id": "MAKE_ZONE",
"label": "Make Zone",
"description": "The zone your Make organization is hosted in. Find it in the URL after signing in to Make.",
"type": "text",
"required": true,
"placeholder": "eu2.make.com"
},
{
"id": "MAKE_TEAM",
"label": "Make Team ID",
"description": "Your Make Team ID. You can find it in the URL of the Team page.",
"type": "text",
"required": true,
"placeholder": "123456"
}
]
}
}Categories
Tags
Supported AI Clients
The Make (npx) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
Atlassian (Jira & Confluence)
Interact with Jira issues, Confluence pages, and Compass components through Atlassian's official remote MCP server.
Notion (Docker)
Read and write Notion pages, databases, and blocks via Docker container. Uses a Notion integration token for authentication.
Notion (Remote)
Read and write Notion pages, databases, and blocks through Notion's hosted remote MCP server. No local setup required, authenticates via OAuth.
Notion (npx)
Read and write Notion pages, databases, and blocks locally via npx. Uses a Notion integration token for authentication.
Linear (Remote)
Manage Linear issues, projects, cycles, and teams through the hosted remote MCP server. No local installation required. Connects via OAuth.
Asana
Manage Asana tasks, projects, workspaces, and comments. Create and update tasks, search projects, manage dependencies and subtasks.
Install Make (npx) with McpMux
One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.