Make MCP Server
This server connects Claude to Make.com, enabling management and monitoring of your automations, teams, and data stores.
Organization & Team Management
List organizations and teams accessible with your API token.
Scenario (Automation) Management
List scenarios — browse automations for a team or organization, with optional filtering (active-only, limits).
Get scenario details — fetch full details (status, scheduling, team, description, etc.).
Run a scenario — trigger on demand with optional input data; supports wait-for-completion or fire-and-forget.
Activate / Deactivate a scenario — turn a scenario on or off.
Execution History & Monitoring
List executions — view execution history/logs, filterable by status (success, warning, error).
Get execution details — retrieve full details of a specific run (status, operations, duration, error info).
Data Store Operations
List data stores — view all Make.com data stores for a team.
Get records — list records within a data store.
Add / Update / Delete records — insert new records, replace existing ones by key, or remove specific records (bulk deletion of all records is intentionally unsupported for safety).
Utility
Open in browser — open any Make.com URL (e.g., a scenario editor link) in the user's default browser.
Provides tools for managing Make.com scenarios, including listing, running, activating/deactivating, and monitoring execution history, as well as organization and team management.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Make MCP Serverlist all my active scenarios"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Make.com MCP конектор
MCP конектор (разширение за Claude Desktop), който свързва Claude с Make.com (Integromat) — списък, пускане, активиране/деактивиране и следене на сценарии (scenarios / автоматизации).
⚠️ Private repo. Конфигурацията съдържа Make API токен — да НЕ става публично. Токенът НЕ е в кода — въвежда се при инсталация (виж по-долу).
Отделен е от Basecamp конектора нарочно — двата работят паралелно в Claude Desktop, без да си пречат. Този проект споделя доказаната инфраструктура на Basecamp конектора (корпоративен TLS fix, устойчив stdio старт), но с автентикация чрез Make API токен вместо OAuth.
Структура
Файл | Роля |
| Цялата логика — инструментите + MCP сървърът |
| Манифест на разширението (версия, стартер, списък инструменти, конфигурация) |
| Зависимости |
Related MCP server: Make MCP Server
Инструменти (накратко)
Организация/екипи:
make_list_organizations,make_list_teamsСценарии:
make_list_scenarios,make_get_scenario,make_get_blueprint(пълна JSON структура — модули/параметри/филтри/връзки),make_clone_scenario(безопасно копие за тест на промени),make_update_blueprint(⚠️ high risk — изискваconfirmed:true, връща snapshot отпреди промяната)Действия:
make_run_scenario(пусни сега),make_start_scenario(активирай),make_stop_scenario(деактивирай)Следене:
make_list_executions(история),make_get_execution(детайли за едно изпълнение)Data stores:
make_list_data_stores,make_get_records,make_add_record,make_update_record,make_delete_record(триене само на конкретни ключове)Паднали изпълнения (DLQ):
make_list_incomplete,make_retry_execution,make_get_dlq_bundle(реалните данни зад провала),make_delete_dlq(триене само на конкретни id-та)Webhooks:
make_list_hooks,make_trigger_webhookConnections:
make_list_connections,make_test_connectionДруго:
make_open_in_browser
Настройка (за потребители)
Потребителите не инсталират нищо допълнително — Claude Desktop носи вграден Node.
Свали последния
.mcpbот Releases (или от фирмената папка).Claude Desktop → Settings → Extensions → Install from file → избери
.mcpb.При инсталация попълни:
Make API token — създава се в Make: аватара горе вдясно → Profile → API / MCP access → Add token. Дай му scopes:
scenarios:read,scenarios:write,scenarios:run,teams:read,organizations:read,datastores:read,datastores:write,dlqs:read,dlqs:write,hooks:read,connections:read,connections:write.Region (zone) — виждаш го в URL-а на Make дашборда (напр.
eu1.make.com→ въведиeu1). Възможни:eu1,eu2,us1,us2. Грешен регион дава грешка за достъп дори с валиден токен.Organization ID / Team ID (по желание) — ако имаш само една организация, се избира автоматично.
Пълен Quit + старт на Claude Desktop.
За разработчици
npm install # сваля зависимостите (нужно за билд/тест)
node --check server.jsЛокален старт (нужни са env променливи):
# PowerShell
$env:MAKE_API_TOKEN="…"; $env:MAKE_ZONE="eu1"; node server.jsПолезни env променливи:
Променлива | Смисъл |
| API токенът (задължителен) |
| Регион: |
| Пълен override на базовия URL (по желание) |
| Организация по подразбиране |
| Екип по подразбиране |
Билд на .mcpb (ръчно)
npm install
npx @anthropic-ai/mcpb pack . Make-mcp-<версия>.mcpb.mcpb е zip с manifest.json в корена. .mcpbignore изключва .git, .env и др.
Издаване на нова версия
Вдигни версията в
manifest.jsonиpackage.json.Билд на
.mcpbи качване в Releases.
Make API — бележки
Базов URL:
https://{zone}.make.com/api/v2Автентикация: header
Authorization: Token <токен>Документация: https://developers.make.com/api-documentation
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceAn integration server that allows Claude Desktop to communicate with Make (formerly Integromat) automation platform through the Model Context Protocol, enabling scenario management and execution via natural language.143MIT
- AlicenseDqualityDmaintenanceTransform your Make scenarios into callable tools for AI assistants. Leverage your existing automation workflows while enabling AI systems to trigger and interact with them seamlessly.690166MIT
- AlicenseBqualityDmaintenanceEnables Claude Desktop to trigger and interact with Make.com automation scenarios through webhooks. Allows users to execute complex workflows and integrations with third-party services like Google Sheets, Notion, and Slack using natural language commands.3143MIT
- Alicense-qualityDmaintenanceEnables AI assistants to trigger and interact with Make automation workflows by exposing on-demand scenarios as callable tools. Allows AI systems to invoke Make scenarios with parameters and receive structured JSON responses.90MIT
Related MCP Connectors
MCP connector that lets ChatGPT list, search, and run your Apple Shortcuts via a local Mac agent
Connect Claude to Fathom meeting recordings, transcripts, and summaries
Drive your real WhatsApp inbox from Claude — send, reply, label, assign, and triage via TimelinesAI.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yuli-tonkin-bg/make-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server