Make
by Make
Run Make scenarios and manage your Make account from an AI assistant. 67 management tools plus your own scenarios as callable tools, OAuth sign-in, streamable HTTP.
Verified connector
Listed by Anthropic as a partner connector in its Connectors Directory.
Connection checked by Agentman on .
Anthropic states this reflects the level of review a connector received, not a security audit.
Connect Make via MCP
https://mcp.make.comWorks in any MCP-compatible client. In Agentman Studio it is one click — no config file to edit.
Make Tools & Capabilities (67)
Tool names from Anthropic's directory listing. This server requires sign-in, so we could not read tool descriptions or parameter schemas.
Limits
- The connector can cause side effects nothing in its tool list describes.
scenarios_runexecutes an automation you built, and that automation can reach every app you have connected to Make. Sending mail, writing to a CRM, moving money through a payments integration — all of it sits behind one generic-looking tool name. This is a materially larger blast radius than a connector that only touches its own vendor's data, and Make's documentation does not describe a confirmation step before a run. scenarios_activatere-arms a schedule. Activating a scenario is not a one-shot action; the scenario may then run on its own afterwards. Make requires scenarios to be active before they are discoverable as tools, so activation is part of the normal flow rather than an edge case.- Runs spend operations, and the guard rail is a pause, not a warning. Make's own example puts a single run of a modest four-module scenario at 31 operations. When the organization or team hits its operations or data transfer limit, Make returns
429/IM310and refuses the run — the same pause that stops your scheduled automations. Make also documents that the run endpoint is exempt from the organization request limits, so those are no brake. - Neither well-known document publishes scopes. The RFC 9728 protected-resource descriptor at
https://mcp.make.com/.well-known/oauth-protected-resourcereturned HTTP 200 on 2026-08-18 withresource,authorization_serversandbearer_methods_supportedand noscopes_supportedfield. The authorization server's own metadata returned HTTP 200 and also omitsscopes_supported. We therefore cannot state a machine-readable scope list. The three consent options named above come from Make's documentation, not from a wire observation. - OAuth cannot be narrowed below the organization. Make documents team-level and scenario-level restriction only for MCP token connections. On this connector, choosing an organization at the consent screen is the finest available filter. Make's suggested workaround is a Teams-plan user account limited to specific teams.
- Management tools require a paid plan. A Free-plan connection is scenario-run only, so most of the 67 tools on this page will not appear.
- The 67 names are a listing, not a vendor-verified inventory. Make publishes no tool reference for the MCP server, so we could not diff the directory's names against the vendor's own list. The prose descriptions in Make's docs match the groups, which is corroboration rather than confirmation.
- The tool list varies by account. Your scenarios become tools too, so the list a client sees is 67 management tools plus your own scenarios. Nobody's list matches this page exactly.
- We read no schemas or annotations. Our checks were anonymous protocol requests that returned an authentication challenge, plus reads of two public well-known documents. We never signed in, never called a tool and never ran a scenario. Everything about tool behaviour here comes from Make's documentation or the directory listing.
Frequently asked questions
What does the Make MCP server let an AI assistant actually do?
Two different things. It runs your Make scenarios as callable tools, and it manages your Make account through 67 tools covering scenarios, connections, data stores, webhooks, teams and organizations. Make's documentation describes it as letting clients run scenarios, check data stores, or invite members to an organization.
Which Make plan do you need for the MCP server?
Any plan runs scenarios; management needs a paid plan. Make's help centre states that users on all plans can use scenario run scopes, and those on paid plans can use management scopes. So a Free account connects and triggers scenarios, but the 67 account-management tools stay unavailable until you upgrade.
Does running a Make scenario from an AI assistant consume operations?
Yes. A scenario run through the connector is a real run and consumes operations exactly as any other run does. Make's scenarios API states the run is refused with a 429 and code IM310 when the organization or team is paused for exceeding an operations or data transfer limit, the same way Make stops scheduling.
Why does the Make MCP endpoint have no path after the hostname?
Because that is the endpoint Make publishes. The OAuth connection URL is the bare host, and appending the conventional /mcp path returns HTTP 404. We probed both on 2026-08-18: the bare host answers with a 401 authentication challenge, which is the correct endpoint asking you to sign in.
Which scenarios become tools for the AI assistant?
Only scenarios that are active and scheduled on demand. Make's help centre lists both conditions as requirements for a scenario to be discoverable by MCP clients. You also need scenario inputs and outputs configured, plus a scenario description, which is what the assistant reads to decide when to call it.
Can you limit the Make MCP connection to one team or one scenario?
Only on the MCP token connection, not on OAuth. Make documents organizationId, teamId and scenarioId query parameters that narrow which scenarios become tools, and states the levels are mutually exclusive. OAuth lets you pick one organization at consent, and Make notes a Teams plan or higher allows team-scoped user accounts.
How long can a Make MCP tool call run before it times out?
25 seconds for a scenario run over OAuth, and 30 seconds for a management tool. Make documents that a timed-out scenario keeps running for up to 40 minutes and returns an executionId you can use to fetch the result later. Token-based connections get longer limits, up to 5 minutes 20 seconds.
Sources
- Live OAuth posture check against
https://mcp.make.com— an anonymousinitializereturns - Make MCP Server documentation (HTTP 200, retrieved 2026-08-18; the longer
/mcp-server/make-mcp-serverform 307s here, so the short URL is the canonical one). Source for the connection URLs, transports, timeout limits, the 40-minute continuation, themaxToolNameLengthparameter, the plan gate and Make Skills. · retrieved 2026-08-18 - Connect using OAuth (HTTP 200, retrieved 2026-08-18). Source for the consent-screen behaviour and the Teams-plan note. · retrieved 2026-08-18
- Connect using MCP token and Scenarios as tools access control — and (HTTP 200, retrieved 2026-08-18). Source for the token flow and the organization/team/scenario restriction parameters. · retrieved 2026-08-18
- Usage with Claude (HTTP 200, retrieved 2026-08-18). Source for the built-in-connector setup steps. · retrieved 2026-08-18
- Make MCP server, help centre (HTTP 200, retrieved 2026-08-18). Source for the scope-to-plan mapping and the scenario eligibility requirements. · retrieved 2026-08-18
- Get started with Make MCP server (HTTP 200, retrieved 2026-08-18). Source for the worked Gmail example and the three named consent scopes. · retrieved 2026-08-18
- MCP toolboxes (HTTP 200, retrieved 2026-08-18). Source for the toolbox comparison and its read-only tool type. · retrieved 2026-08-18
- Make Cloud MCP Server and Make Local MCP Server (legacy) — and (HTTP 200, retrieved 2026-08-18). Source for the product disambiguation. · retrieved 2026-08-18
- Scenarios API reference (HTTP 200, retrieved 2026-08-18). Source for the run behaviour, the
IM310operations-limit refusal and the rate-limit exemption. · retrieved 2026-08-18 - Operations (HTTP 200, retrieved 2026-08-18). Source for the definition of an operation and the 31-operations worked example. · retrieved 2026-08-18
- Rate limiting (HTTP 200, retrieved 2026-08-18). Source for the per-plan request limits. · retrieved 2026-08-18
- Make documentation index (HTTP 200, retrieved 2026-08-18).
developers.make.com/robots.txtallows crawling and carriesContent-Signal: ai-train=yes, search=yes, ai-input=yes— synthesis into AI-generated output is expressly permitted by the publisher. · retrieved 2026-08-18 - Anthropic Connectors Directory entry, including the 67 tool names, transport and tier (from the committed directory snapshot of 2026-08-16) · retrieved 2026-08-16
- Make support (HTTP 200, checked 2026-08-18) · Privacy (returns 403 to a command-line client;
www.make.com/robots.txtallows the path, so this is bot-blocking rather than a policy signal, and we did not read the page) · retrieved 2026-08-18
Use in Agentman
Connect once and your agents call these tools on their own — on a schedule, in a workflow, with nobody at the keyboard.
Open in Agentman StudioServer Info
- Category
- Productivity
- Developer
- Make
- Tools
- 67
- Domain
- mcp.make.com
Using Claude Desktop or another MCP client? Setup docs — the connection URL above works anywhere.