The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Make MCP listing page.
⚠️ Disclaimer: This is an unofficial, community-driven project created by a passionate fan of Make.com. It is NOT affiliated with, endorsed by, or officially supported by Make.com.
A Model Context Protocol (MCP) server that gives AI assistants like Claude, GitHub Copilot, and Cursor full access to Make.com module documentation, scenario validation, and one-click deployment. Search 200+ automation modules across 40+ apps, build blueprints with auto-healing, and deploy directly to Make.com — all from your AI chat.
metadata, adds designer coordinates, strips unsupported properties like router filterbuiltin:BasicRouter with multiple routes and recursive validationThe fastest way to get started — no cloning, no building:
Prerequisites: Node.js installed on your system
The package includes a pre-built database with all 200+ Make.com modules. Just add it to your MCP client config and go.
Claude Desktop config (claude_desktop_config.json):
Basic configuration (documentation tools only):
Full configuration (with Make.com deployment):
Note: npx will download and cache the latest version automatically. The package includes a pre-built database with all Make.com module information — no setup required.
Prerequisites: Docker installed on your system
Claude Desktop config:
Basic configuration (documentation tools only):
Full configuration (with Make.com deployment):
Important: The
-iflag is required for MCP stdio communication.
Prerequisites: Node.js and Git
Claude Desktop config:
Note: The Make.com API credentials are optional. Without them, you'll have access to all documentation, search, and validation tools. With them, you'll additionally get scenario deployment capabilities.
| Platform | Path |
|---|---|
| macOS | ~/Library/Application Support/Claude/claude_desktop_config.json |
| Windows | %APPDATA%\Claude\claude_desktop_config.json |
| Linux | ~/.config/Claude/claude_desktop_config.json |
Restart Claude Desktop after updating configuration.
make-mcp-server works with any MCP-compatible client:
.vscode/mcp.jsonclaude mcp add commandThen ask your AI assistant things like:
"Create a Make scenario that watches a Slack channel for new messages and logs them to a Google Sheet"
"What modules does Make have for sending emails?"
"Validate this scenario blueprint..."
Tip: The AI will automatically call tools_documentation first to understand how to use the server effectively.
| Tool | Description |
|---|---|
tools_documentation | START HERE — Returns comprehensive documentation for all tools, prompts, and resources |
search_modules | Full-text search across 200+ Make.com modules |
get_module | Get detailed module info with parameters and docs |
check_account_compatibility | Check if modules are available in your current Make account/region (with suggestions) |
validate_scenario | Validate a scenario blueprint before deployment |
create_scenario | Deploy a scenario to Make.com via API |
search_templates | Search reusable scenario templates |
list_apps | List all apps with module counts |
The create_scenario tool automatically fixes common issues in LLM-generated blueprints:
| Issue | Auto-Fix |
|---|---|
Missing metadata section | Injects full metadata with version, scenario config, and designer |
Missing metadata.designer on modules | Adds { x: 0, y: 0 } coordinates |
Router filter in route objects | Strips unsupported filter property (configure filters in Make.com UI) |
Missing version on modules | Left unset — Make.com auto-resolves the latest installed version |
Catalog mismatch (IM007, module not available) | Checks live modules in your account/region, auto-remaps close matches, retries deploy once |
Tip: Do NOT hardcode
"version": 1on modules. Some apps (e.g., HTTP) are on v4+ and specifying the wrong version causes "Module not found" errors.
| Prompt | Description |
|---|---|
build_scenario | Guided workflow for creating a Make.com scenario from a natural language description |
explain_module | Get a detailed explanation of any Make.com module with usage examples |
| Resource URI | Description |
|---|---|
make://apps | List of all available apps with module counts |
| Variable | Required | Default | Description |
|---|---|---|---|
MAKE_API_KEY | For deployment | — | Make.com API key |
MAKE_API_URL | No | https://eu1.make.com/api/v2 | Make.com API base URL |
MAKE_TEAM_ID | For deployment | — | Default team ID for scenario deployment |
DATABASE_PATH | No | <package>/data/make-modules.db | SQLite database file path |
LOG_LEVEL | No | info | Logging level: debug, info, warn, error, silent |
MAKE_MODULE_CACHE_TTL_MS | No | 300000 | Cache TTL for live module catalog checks (milliseconds) |
The test suite includes 43 tests across 3 files:
Use this when you just changed validation/deploy logic and want confidence quickly:
Then in your MCP client (Claude/Cursor/Copilot), run this sequence:
check_account_compatibility with a known module, e.g. gateway:CustomWebHookvalidate_scenario with your blueprintcreate_scenario only if compatibility is goodIf step 1 reports incompatible modules, use the suggested replacement IDs before deploying.
Google Sheets, Slack, OpenAI, Google Drive, Notion, Telegram Bot, HubSpot CRM, Gmail, Airtable, Tools, Flow Control, Google Calendar, Jira, Trello, Shopify, Google Docs, Microsoft Teams, Microsoft Outlook, Discord, Asana, monday.com, Salesforce, Stripe, GitHub, HTTP, Mailchimp, WordPress, Dropbox, Data Store, JSON, Twilio, Google Gemini AI, WhatsApp Business, Text Parser, Webhooks, Anthropic Claude, CSV, RSS, Email, Schedule
Built by Daniel Shashko
MIT License — see LICENSE for details.