M

Make MCP Server

MCP discovered

Details
Endpoint
https://mcp.make.com
Transport
streamable-http, sse
Docs
https://developers.make.com/mcp-server
Authentication
Make OAuth 2.0 client oauth2 discovered Set up OAuth ↗
OAuth · resolves from well-known metadata

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 token bearer discovered Get token ↗
Authorization: Bearer <credential> /Authorization: <credential>

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.