---
title: Make MCP server
slug: make-mcp-server
description: Learn how to use Make MCP server, understand requirements, and connect to MCP clients.
image: https://archbee-image-uploads.s3.amazonaws.com/oAyFj2GHlBeBVWF5OAir2/gCXC_7mtkmW6Sg6myTKbR_8.png
docTags: 
createdAt: 2026-02-03T09:01:12.264Z
---

Make MCP server allows MCP clients, such as Claude and ChatGPT, to access tools and resources in your Make account and perform actions for you, such as running scenarios, checking data stores, or inviting members to an organization.&#x20;

In this guide, learn when to use Make MCP server, its setup requirements, and how to connect to an MCP client.&#x20;

:::hint{type="info"}
For full Make MCP server technical requirements, refer to the documentation in the [Make Developer Hub](https://developers.make.com/mcp-server/).
:::

## When to use Make MCP server

Use Make MCP server when:

- You want to run scenarios and manage your Make account from an MCP client
- You want minimal setup when connecting to a client
- You don't require granular control over which scenarios in your organization the MCP client uses as tools

MCP toolboxes are another way to use MCP with Make. To learn more, see [MCP toolboxes](docId\:JqY6i5aCFIm-kOm9ERv7A).

## Permissions for MCP tools

Scopes determine the tools available to MCP clients. Make MCP server scopes include:

- **Scenario run scopes** allow clients to view and run activated scenarios with on-demand scheduling.
- **Management scopes&#x20;**&#x61;llow clients to view and modify the contents of your Make account, such as scenarios, teams, connections, webhooks, and data stores.

The scopes available to you depend on your [plan](https://www.make.com/en/pricing): users on all plans can use **scenario run&#x20;**&#x73;copes, and those on paid plans can use **management&#x20;**&#x73;copes.&#x20;

You select scopes when you connect to an MCP client, either in an OAuth consent screen or MCP token dialog. Only OAuth allows you to restrict access to a specific Make organization.&#x20;

## Requirements for scenarios as MCP tools&#x20;

You must set up the following to turn your scenarios into tools for MCP clients:

- Set your scenarios to **active&#x20;**&#x77;it&#x68;**&#x20;on-demand&#x20;**&#x73;cheduling.
- Select the **scenario run** scope (the `Run your scenarios` scope when connecting using OAuth, and the `mcp:use` scope when connecting using an MCP token). &#x20;
- Configure [scenario inputs and outputs](docId:7odICud0KE9-Tr4XWUiqn) to define the data exchanged between Make and MCP clients.&#x20;

## Connect Make MCP server to MCP clients

When you connect Make MCP server to an MCP client, you allow the client to use Make resources to respond to requests.&#x20;

To connect Make MCP server to MCP clients:

1. Prepare the scenarios that you want to use as MCP tools.&#x20;
2. Choose an MCP client, such as Claude and ChatGPT.&#x20;
3. Choose your connection type: [OAuth](https://developers.make.com/mcp-server/connect-using-oauth) or an [MCP token](https://developers.make.com/mcp-server/connect-using-mcp-token).&#x20;
4. Follow the steps in the client's `Usage `page in [OAuth](https://developers.make.com/mcp-server/connect-using-oauth) or [MCP token](https://developers.make.com/mcp-server/connect-using-mcp-token). If you don't see your client, refer to its documentation for connecting to remote MCP servers.

For a guided example, see [Get started with Make MCP server](docId\:c1k6YT4ouWS2m00e1mIDa).&#x20;
