AUTOMATIONSWITCH
OfficialProductivity

Make.com MCP

by Make.com

Official Make.com (formerly Integromat) MCP server for triggering scenarios, listing connections, and accessing Make automation workflows. 156 GitHub stars and 2 commits on main in the last 30 days.

156·5 tools·Released JAN 2026·MIT
npx -y @integromat/make-mcp-server
Share:

Official Make.com (formerly Integromat) MCP server for triggering scenarios, listing connections, and accessing Make automation workflows from inside MCP-enabled clients. 156 GitHub stars and 2 commits on main in the last 30 days. Tier 2 placement reflects modest cadence; the official-vendor signal carries the score.

Reviewed by M. Nouriel · MAY 2026

INSTALL THIS SERVER

Requires authenticationMAKE_API_TOKEN environment variable. Token from Make.com profile > API tokens. MAKE_TEAM_ID for the target team.
{ "mcpServers": { "make": { "command": "npx", "args": [ "-y", "@integromat/make-mcp-server" ], "env": { "MAKE_API_TOKEN": "<your-make-api-token>", "MAKE_TEAM_ID": "<your-team-id>" } } } }
PrereqRequires MAKE_API_TOKEN from Make.com profile > API tokens. Set MAKE_TEAM_ID for the target team. NPM: `@integromat/make-mcp-server`. Path: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS).
{ "mcpServers": { "make": { "command": "npx", "args": [ "-y", "@integromat/make-mcp-server" ], "env": { "MAKE_API_TOKEN": "<your-make-api-token>", "MAKE_TEAM_ID": "<your-team-id>" } } } }
{ "mcpServers": { "make": { "command": "npx", "args": [ "-y", "@integromat/make-mcp-server" ], "env": { "MAKE_API_TOKEN": "<your-make-api-token>", "MAKE_TEAM_ID": "<your-team-id>" } } } }
{ "mcpServers": { "make": { "command": "npx", "args": [ "-y", "@integromat/make-mcp-server" ], "env": { "MAKE_API_TOKEN": "<your-make-api-token>", "MAKE_TEAM_ID": "<your-team-id>" } } } }
{ "mcpServers": { "make": { "command": "npx", "args": [ "-y", "@integromat/make-mcp-server" ], "env": { "MAKE_API_TOKEN": "<your-make-api-token>", "MAKE_TEAM_ID": "<your-team-id>" } } } }

5 TOOLS AVAILABLE

list_scenarios
List Make scenarios in the team
Read
run_scenario
Trigger a Make scenario with input data
Write
get_scenario
Get scenario configuration
Read

OUR ASSESSMENT

Strengths
  • Official Make.com / Integromat maintenance.
  • 156 GitHub stars and MIT licence.
  • Bridges Make 1,500+ app integrations to MCP clients via scenario invocation.
  • Pairs with Make no-code visual builder: agents trigger pre-built workflows by name.
Weaknesses
  • 2 commits on main in the last 30 days, modest cadence.
  • Make API token grants team-scoped access; scope per agent.
  • Scenarios must be pre-built in the Make UI; the MCP triggers them, with scenario authoring handled separately by the operator.
Security Notes

Make API token grants access to all team scenarios and connections. Use a dedicated service account token with scoped team membership for production agents. Scenario inputs may contain sensitive data; treat the data path through Make as flowing through a third-party platform.

Best For

Teams using Make.com for no-code workflow automation who want agents to trigger pre-built scenarios from inside the editor; ops automation that bridges multiple SaaS apps via Make scenarios; workflows where the agent is the trigger and Make handles multi-step orchestration.

TECHNICAL DETAILS

Language
typescript
Transport
stdio
Clients
Claude DesktopClaude CodeCursorVS CodeWindsurf
License
MIT
npm
@integromat/make-mcp-server
Last Release
@integromat/make-mcp-server (npm latest)MAY 3, 2026
First Released
JAN 1, 2026

ADOPTION METRICS

// GitHub Stars
156

// Reading this156 stars on the integromat/make-mcp-server repo. 2 commits on main in the last 30 days. Official Make.com maintenance carries the editorial weight.

// Popularity Rank
#11
Globally · #12 in Productivity

// Reading thisPairs with no-code workflow automation tools. Scenario invocation gives agent access to 1,500+ app integrations indirectly.

SOURCES & VERIFICATION

We don't take any single directory's word for it. Before scoring, we cross-reference 4 public MCP sources, install the server ourselves against the clients we cover, and record when we last re-verified.

01
Discovered
Manual submission
First indexed MAY 3, 2026
02
Cross-referenced
4 directories
PulseMCP, MCP.so, Glama, Official MCP Registry
03
Verified against
Claude Desktop, Cursor
Installed and tested across clients
04
Last re-checked
MAY 3, 2026
Weekly re-verification
// How other directories see it

The same server, 4 different lenses. We reconcile these signals into our editorial score, which is why our number sometimes diverges from a directory-aggregate star count.

SourceTheir ratingTheir star countTheir downloadsLast synced
AutomationSwitch This page3.9editorial156MAY 3, 2026
PulseMCP— unratedunavailableunavailableMAY 3, 2026
MCP.so— unratedunavailableunavailableMAY 3, 2026
Glama— unratedunavailableunavailableMAY 3, 2026
Official MCP Registry— unratedunavailableunavailableMAY 3, 2026

// Counts are directory-reported; we don't adjust them. Discrepancies usually come from different snapshot times or star-caching.

OTHER PRODUCTIVITY MCP SERVERS

Community4.5

Excel MCP Server

Haris Musa

Manipulate Excel files locally or remotely with zero Microsoft Excel installation required. Three transport modes (stdio, SSE deprecated, Streamable HTTP recommended) and full coverage of formulas, formatting, charts, pivot tables, and conditional formatting. 3,767 stars.

8 tools3,767
Community4.5

Google Workspace MCP

Taylor Wilsdon

Most feature-complete Google Workspace MCP available. One server covers Gmail, Calendar, Drive, Docs, Sheets, Slides, Forms, Tasks, Contacts, Apps Script, Chat, and Custom Search. OAuth 2.1 multi-user support, stateless mode, and an MIT license with no CLA.

12 tools2,233
Community4.4

Obsidian MCP Tools

jacksteamdev

Obsidian MCP with semantic search via embeddings and custom Templater prompts. Distinct from the existing cyanheads/obsidian-mcp-server entry: this one focuses on search-and-retrieval workflows; the existing one focuses on vault read/write/edit. 797 stars and 8 commits on main in the last 30 days.

6 tools797
Community4.4

Canvas LMS MCP

vishalsachdev

Canvas LMS MCP with 80+ tools and 5 agent skills for students and educators. v1.3.0 released. FERPA-compliance documentation for educators; data-stays-private guidance for students. Hosted server option plus local install.

8 tools119
Community4.3

Obsidian MCP Server

cyanheads

Obsidian vault MCP server with read, write, search, and surgical edit tools via the Local REST API plugin. 14 tools, three search modes (text, Dataview DQL, JSONLogic), STDIO and Streamable HTTP transports.

7 tools481
Community4.2

MCP Atlassian

sooperset

Community-built MCP server for Atlassian products covering Jira and Confluence across both Cloud and Server/Data Center deployments. Supports three authentication paths: API tokens (Cloud), Personal Access Tokens (Server/Data Center), and OAuth 2.0.

8 tools5,055
// Get in touch

DISCUSS YOUR
MCP REQUIREMENTS.

Evaluating a server, scoping an internal deployment, or working out whether MCP is the right fit at all. Start the conversation and we will point you at the right piece of the ecosystem.

Discuss Your MCP Requirements →