πŸ”₯ Feature Spotlight: Make CLI is here!

Make CLI: A new scriptable way to manage automations, built for developers and AI agents :laptop:

If you, your dev team, or your AI coding agents live in scripting, CI/CD, and Git, this one is for you! :index_pointing_at_the_viewer:

Today, we’re introducing Make CLI: an open-source command-line interface that gives developers and AI agents full programmatic access to Make directly from the terminal.

:new_button: What you can do with Make CLI

  • :gear: Manage your entire Make setup from the terminal: scenarios, connections, data stores, hooks, executions, and more
  • :robot: Give AI agents full Make access: AI coding agents like Claude Code or Cursor can manage automations via terminal with no token overhead or context pollution
  • :link: Run automations natively in your CI/CD pipeline: integrate Make directly into your automated pipelines and scripting workflows

:gear: How Make CLI works

Make CLI is a tool you install on your computer or server. Once installed, you authenticate with your Make account and run commands directly from the terminal β€” no browser, no UI. Each command maps to an action in Make: listing your scenarios, activating one, checking executions, and so on. It’s Make, but through text commands instead of clicks.

:laptop: When to use Make CLI

Make now offers multiple ways to build and manage your Make automations. Mix and match based on how you work:

  • :artist_palette: 𝐌𝐚𝐀𝐞 𝐩π₯𝐚𝐭𝐟𝐨𝐫𝐦 for visual, no-code building and orchestration.

  • :electric_plug: 𝐌𝐚𝐀𝐞 πŒπ‚π for AI assistants with structured tool calling

  • :toolbox: 𝐌𝐚𝐀𝐞 πŒπ‚π 𝐓𝐨𝐨π₯π›π¨π±πžπ¬ for AI assistants when curated tool selection matters

  • :hammer_and_wrench: 𝐌𝐚𝐀𝐞 π’πƒπŠ for programmatic control inside your own app

  • :laptop: 𝐍𝐞𝐰 𝐌𝐚𝐀𝐞 π‚π‹πˆ for AI coding agents, scripting, and CI/CD

Same platform. Same power. Different ways to automate for every person and AI agent on your team.

:robot: Make CLI or MCP: Which to use for AI?

Use MCP when your AI is an assistant. CLI when your AI agent is a developer.

Both Make MCP and Make CLI give access to Make, but they are built for different kinds of AI.

Make MCP is native to AI chat assistants: conversational tools like Claude or ChatGPT, where a human is in the loop. MCP provides structured, native tool calling that fits how assistants work.

Make CLI is native to AI coding agents: tools like Claude Code, Cursor, or Codex that already live in the terminal and execute commands autonomously.

For AI coding agents, CLI is the natural fit because:

  • It fits into the workflows AI coding agents already use with version control, code review, and CI pipelines

  • There are no tool schemas loading into the agent’s context window; instead, it just runs commands, which reduces token spend and minimizes agent context overhead

  • Output is predictable and reviewable, like any other code change

The simple rule: Use MCP when your AI is an assistant. CLI when your AI agent is a developer.

:rocket: Get started

Make CLI is available to all users as an open-source tool.

:backhand_index_pointing_right: To install the Make CLI and run your first commands, follow the Make CLI documentation

:warning: Use with caution. Make CLI is intended for developers and advanced users. Commands can create, modify, and delete your scenarios, connections, data stores, and other resources. Always test in a non-production environment before considering using it in live workflows.

:wrench: Technical highlights

  • Flexible installation: Install via Homebrew, npm, a precompiled binary, or a Linux package to fit your development environment

  • CI/CD and scripting support: Integrate Make into automated pipelines and non-interactive workflows using environment variable authentication or command flags

  • Multiple output formats: Choose between JSON, compact, or table formats to match your scripting needs and integrate with existing toolchains.

:books: Helpful resources

Make CLI:

Make MCP:

Make MCP Toolboxes:

Make SDK:

Let us know your thoughts!

And as always, happy automating :purple_circle:

Valery from Make

6 Likes