- Home
- Resources
- Integrations
- MCP Client
MCP Client Make integrationAutomate MCP Client with Make.
What if your Make scenarios could use the tools of any remote MCP server? The MCP Client Make integration gives you 2 modules, one action and one search. This page shows builders how to connect a server, build a first scenario and pick the right module.
Verified Trustpilot reviews · AI, automation & growth agency
What does the MCP Client Make integration do?
The MCP Client Make integration links a scenario (the automation you build in Make, a chain of modules) to a remote MCP (Model Context Protocol) server, a server that exposes a set of tools. Once connected, every tool of that server becomes usable in your scenario: you send it data, it sends back an answer you can pass to the next step.
Run one precise tool on demand. With Call a tool, you pick a tool listed by the server and hand it values mapped from an earlier module, for instance a record created in another app. The reply comes back as bundles (one item passed from a module to the next) that any later module can read.
Let AI choose the tools. Execute an action with AI takes a task and, per Make's description, selects and runs the tools it needs on the connected server. Useful when the steps depend on the request itself.
Chain both. A scenario can fetch something with Call a tool, then hand the result to Execute an action with AI for the next move.
Know the limits before you build: the app has no trigger, so something else must start the scenario, and it is in Open Beta, which means its features and pricing may change. It also has no Make an API Call module. The same app has a page on the n8n side too: see the MCP Client n8n integration, and compare the two platforms in n8n vs Make. If a run fails, start with Make troubleshooting.
How do you connect an MCP server to Make?
- 01
Open the connection window
In your scenario, add an MCP Client module and click Create a connection. A connection is the link Make keeps to your server, reused by both modules. You can type a label in Connection name if you plan to link several servers.
- 02
Choose or add the server
In MCP Server, pick one of the verified remote servers and Make fills the URL field for you. For a server that is not listed, click + New MCP Server and paste its URL yourself.
- 03
Add credentials and save
If extra fields show up under the URL, enter the token or key they ask for. For a manual URL that needs one, use API Key / Access token. Click Save, then sign in and confirm access if a window asks you to.
Build your first scenario with MCP Client
GoalWhen another app hands Make new data, MCP Client runs a server tool on it and AI takes the next action.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the +. Since MCP Client has no trigger, start with a module from the app that holds your data.
- 02
Add Call a tool
Click the + to the right of the first module, search MCP Client, choose Call a tool and create your connection. Pick the tool and map values from the first module into it.
- 03
Hand off to the AI module
Add Execute an action with AI next. Describe the task and map the reply of Call a tool so the AI works from real data rather than a blank prompt.
- 04
Test with Run once
Click Run once. Each module shows the bundles it received, so you can check what the server returned before trusting the scenario with live data.
- 05
Schedule and switch on
Open the clock on the first module to set the schedule, every 15 minutes by default, then switch the scenario on. Each module run counts as one operation on your plan.
What can you do with the MCP Client modules?
MCP Client gives you 2 modules in 2 groups. For each one: what it does for you, when to reach for it, and what to watch out for.
Actions
1 moduleExecute an action with AI
ActionIn Make“Executes a task by automatically selecting and running the required tools using AI.”
This action gives the connected server a task in plain words, and AI picks and runs the tools needed to carry it out, according to Make's description. You get the outcome without choosing each tool yourself.
Searches
1 moduleCall a tool
SearchIn Make“Executes a selected tool directly on the MCP server, using its JSON request structure.”
Pick one tool from the server list and run it directly: you stay in control of exactly what executes, and the module returns what the tool answered. Make shows which inputs the tool requires and which are optional.
Need help automating MCP Client with Make?
A person reads every message.