productivity
Make.com MCP, CLI, and Lua Integration for AI Agents
Make.com integration docs for AI agents: MCP gateway setup, Make.com CLI commands, Lua API reference, credentials, and function schemas.
7 functions 7 read 0 write API token auth
Make.com for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
make-com- route_slug
make-com- package
make-com- auth_strategy
api_tokenAPI token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Make.com CLIHeadless setup and direct function calls. Make.com MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Make.com MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Make.com.
Claude Code Make.com MCP setup for Claude Code. Cursor Make.com MCP setup for Cursor. Codex Make.com MCP setup for Codex. OpenAI Agents Make.com MCP setup for OpenAI Agents SDK. Claude Agent SDK Make.com MCP setup for Claude Agent SDK. Vercel AI SDK Make.com MCP setup for Vercel AI SDK. LangChain Make.com MCP setup for LangChain. LangGraph Make.com MCP setup for LangGraph. CrewAI Make.com MCP setup for CrewAI. MCP clients Make.com MCP setup for Generic MCP Clients.
Make.com CLI Matrix
Use these pages for direct Make.com CLI workflows in scripts, CI, cron, and agent wrappers.
CI Make.com CLI for CI. Cron Jobs Make.com CLI for cron jobs. Shell Scripts Make.com CLI for shell scripts. Headless Automation Make.com CLI for headless automation. Coding Agents Make.com CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
make-com.make_com_list_scenarios | Read read | 5 | List Make.com scenarios the authenticated user has access to. Supports filtering by organization, team, or folder. Use this to discover scenario IDs needed for other tools. |
make-com.make_com_get_scenario | Read read | 1 | Get detailed information about a Make.com scenario by ID, including its blueprint, scheduling, and status. |
make-com.make_com_list_executions | Read read | 4 | List Make.com scenario executions (runs) with optional filters. Filter by scenario ID or execution status. Useful for monitoring scenario health and debugging failed runs. |
make-com.make_com_get_execution | Read read | 1 | Get detailed information about a Make.com scenario execution (run) by ID, including status, duration, input/output for each module, and any errors. |
make-com.make_com_list_connections | Read read | 3 | List Make.com connections the authenticated user has access to. Supports filtering by team. Use this to inspect connected services and their status. |
make-com.make_com_list_teams | Read read | 2 | List Make.com teams (organizations) the authenticated user has access to. Use this to discover team IDs needed for filtering scenarios and connections. |
make-com.make_com_get_current_user | Read read | 0 | Get the currently authenticated Make.com user's profile, including ID, name, email, and team memberships. |