Make logo

Make

Run Make scenarios and manage your Make account

Official docs

About Make

Make lets users run scenarios and manage automation workflows. Its connector gives assistants Make account and scenario context for operating automations, understanding workflows, and coordinating connected apps.

Connection details

https://mcp.make.com
Transport
Streamable HTTP
Authentication
OAuth

Setup

claude mcp add make --transport http https://mcp.make.com

Frequently asked questions

What is the Make remote MCP server?

The Make remote MCP server is a hosted Model Context Protocol endpoint at https://mcp.make.com, so AI assistants can connect to it without installing or running anything locally. Make lets users run scenarios and manage automation workflows. Its connector gives assistants Make account and scenario context for operating automations, understanding workflows, and coordinating connected apps.

How do I connect to the Make MCP server?

Add the endpoint https://mcp.make.com to any MCP-compatible client such as Claude Code, Codex, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the Make MCP server require authentication?

Yes. Make uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.

Which transport does the Make MCP server use?

Make exposes a Streamable HTTP endpoint, the current standard transport for the Model Context Protocol, supported by all major MCP clients.

More remote MCP servers