Make.com MCP Connector
This server connects Claude to Make.com, allowing you to manage and monitor your automation scenarios, teams, and data stores directly via the Make API.
Organizations & Teams
List organizations accessible by your API token
List teams within a specific organization
Scenario Management
List scenarios for a team or organization, with optional filtering by active status and result limits
Get full details of a specific scenario (status, scheduling, description, etc.)
Run a scenario on demand, with optional input data and support for waiting or fire-and-forget
Activate a scenario to enable its schedule or trigger
Deactivate a scenario to halt its schedule or trigger
Execution History & Monitoring
List execution history for a scenario (newest first), with optional filtering by status (success/warning/error)
Get full details of a specific execution (status, operations, duration, error info)
Data Store Operations
List data stores within a team
List records in a specific data store
Add new records to a data store (with optional key specification)
Update existing records by replacing their content
Delete specific records by key (bulk delete-all is intentionally unsupported for safety)
Utilities
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 automated workflows, as well as accessing organizations, teams, and execution history.
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.com MCP Connectorlist my 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.com MCP Server
Инструменти (накратко)
Организация/екипи:
make_list_organizations,make_list_teamsСценарии:
make_list_scenarios,make_get_scenarioДействия:
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(триене само на конкретни ключове)Друго:
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.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.
Latest Blog Posts
- 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