Make MCP
Turns Make automation scenarios into callable tools for AI assistants, bridging 1,000+ apps through Make workflows.
Delv Safety Grade: A
Score 84/100 · assessed 2026-04-18
Make (formerly Integromat) is a well-established automation platform owned by Celonis, serving enterprise customers globally. This official MCP server allows Claude to trigger Make scenarios, effectively bridging 1,000+ integrated apps. The maintainer score is excellent given Make's market position and professional operations. Permissions are moderately scoped: the server executes pre-built Make workflows via API, which themselves may perform writes across multiple services (messaging, databases, file storage) depending on scenario configuration. Supply chain is solid with npm distribution and npx installation, though dependency pinning details weren't verified. Transparency is good with open-source code on GitHub, though documentation could be more comprehensive. No known security incidents. The main consideration is that workflow execution scope depends entirely on what the user has configured in Make, creating variable permission boundaries. Users should audit their Make scenarios before exposing them to AI assistants.
Green flags
- Official vendor (Make/Celonis) with enterprise-grade platform
- Distributed via npm with standard npx installation
- Open source repository with clear GitHub presence
- Leverages existing Make platform security and audit capabilities
- No known security incidents or CVEs
Red flags
- Workflow permissions depend on user's Make scenario config (variable scope)
- API key grants access to all user's Make scenarios without granular control
- Executing arbitrary workflows could trigger unintended multi-app actions
Permissions requested
Install
npx -y @makehq/mcp-server
MAKE_API_KEYReview
Install this if you already run Make scenarios and want Claude to trigger them. Skip it if you're starting from scratch or only need a handful of simple automations. It's a bridge, not a builder.
Good at
- Instant access to 1,000+ app connectors if you already use Make.
- No need to write individual MCP servers for each integration.
- Official vendor support means it's maintained alongside Make's own platform.
- Works with existing scenarios, so no need to rebuild your automation logic.
Watch out
- Only useful if you already have Make scenarios built and running.
- Asynchronous execution means no immediate feedback in the chat.
- Requires careful scenario design with clear input parameters for Claude to use.
- Overkill for simple one-off automations where a direct API call would suffice.
Use cases
- multi-app automation
- workflow triggers
- data sync
- no-code orchestration
Getting started
Works with
Similar MCPs
- Lara Translate MCPProfessional translation with language detection, context-aware translations, translation memories, and glossaries.
- CCXT MCPCrypto exchange integration using CCXT, covering spot, futures, OHLCV, balances, and orders across 20+ exchanges.
- HubSpotHubSpot's MCP for CRM workflows: contacts, deals, tickets, properties. Distributed via NPM, see the developer docs for install steps.
- PlaidPlaid's hosted MCP for financial data agents. Account balances, transactions, identity verification, all behind their existing OAuth flow.