M

make.com

Make is a visual automation platform for building and running workflows that connect apps, data, and AI systems. It lets users manage scenarios, integrations, and related account resources across Make-hosted zones.

3 integrations · MCP · REST · CLI

Make.com exposes a REST Make API, a hosted MCP server at `https://mcp.make.com`, and a Make CLI; authentication is via Make API tokens, approved OAuth 2.0 clients, or MCP tokens depending on surface.

discovered 1d ago
MCP servers1
REST · OpenAPI1
CLI1
Credentials
Make API tokenapi_key$ make-cli login

Acquired by the CLI — running make-cli login opens the auth flow and stores the credential.

Make OAuth 2.0 clientoauth2Set up OAuth

Request OAuth client credentials through Make’s OAuth client registration form as described in Requesting an OAuth 2.0 client. Choose the API scopes your app needs and wait for Make to approve the request; on approval, Make issues a client_id and, for confidential clients, a client_secret. Authorization uses https://www.make.com/oauth/v2/authorize and token exchange uses https://www.make.com/oauth/v2/token.

Make MCP tokenbearerGet token

In your Make account, open ProfileAPI accessTokensAdd token, then create a token with the scopes you need; include mcp:use if you want scenarios exposed as MCP tools. The Connect using MCP token guide explains the steps and notes that the token is used either directly in the MCP URL or as an Authorization: Bearer header.

conventions · 2/7 published

Publish these signals → /publishing