How to Manage monday.com Automations From an External AI Agent With monday MCP

As of 24 August 2026, an external AI agent connected to monday MCP can list, create, enable, disable and delete monday.com automations on a board. It cannot edit an existing one, because monday publishes no tool for that. monday MCP is on every plan, though automations themselves need Standard or above. monday's documentation notes there is no direct public GraphQL equivalent for creating an automation, so MCP is the only programmatic route monday publishes. These tools run against monday's preview API schema and may change.

How to Manage monday.com Automations From an External AI Agent With monday MCP — list, create, enable, disable and delete, but not edit
Peter Marroquin
Peter Marroquin

Implementation Support Consultant

August 27, 2026 · 10 min read

Helps business teams design, deploy, and govern monday.com systems and the AI that runs on top of them — from native AI agents and Sidekick to Claude agents connected through MCP.

If you have built automations in monday.com, you already know which ones matter and which board each one lives on. The question now is whether you can reach them from outside monday, from the AI assistant where you already work, and get a straight answer about what that assistant may and may not do.

What actually changed, and why does it matter?

monday's What's New page, dated 8 July 2026, carries an entry titled "Manage Automations via Sidekick and MCP from anywhere". It lists creating, reading, deleting and disabling automations from an agent, with no interface needed.

The same page carries a later MCP entry, dated 15 July 2026, for an MCP Block that lets a workflow call out to third-party servers. Different direction, and it changes nothing here.

The better detail sits in the developer reference for create_automation. monday says automations are managed mainly through its interface or through MCP, and that there is no direct public GraphQL equivalent. Elsewhere monday calls its MCP server a wrapper around the monday.com Platform API. For creating an automation it wraps nothing. It is the only programmatic route monday publishes.

Is monday sidekick the same thing as monday MCP?

No, and keeping them apart saves confusion.

monday sidekick is monday's own assistant inside the product, described as a context-aware AI assistant built directly into monday.com that understands your work. monday's own prose mixes lower case and capitalised forms, and the left pane label is "AI Sidekick".

monday MCP points the other way. The Model Context Protocol is an open standard for connecting AI assistants to outside tools and data. monday MCP, called Platform MCP on the developer site, is monday's hosted server implementing it. monday ships two MCP products, platform and apps; this post is about platform MCP.

monday sidekick vs monday MCP — monday sidekick is monday's assistant working inside the product, while monday MCP lets an external AI agent reach in through monday's hosted server

Which automation verbs can an external agent actually use?

monday's developer changelog gives the ship dates: list_automations and manage_automations on 21 May 2026, create_automation on 25 May 2026. The reference pages carry a later documentation date, 11 June 2026, which is not a ship date.

monday's own announcement names four of these verbs and omits enable.

What you wantToolStatus as of 24 August 2026
Read the automations on a boardlist_automationsYes
Create a new automationcreate_automationYes
Enable a paused automationmanage_automations, activateYes
Pause an automationmanage_automations, deactivateYes
Delete an automationmanage_automations, deleteYes, permanent and irreversible
Edit an existing automationnoneNo tool exists

Reading is per board. list_automations needs a board ID, so there is no account-wide listing, and monday notes some legacy automations may not appear.

Creating is conversational. You describe intent in natural language: one trigger, optional conditions, one or more actions, no branching. If a detail is missing the tool asks for clarification first.

Deleting is permanent, and monday's own instruction to the agent is to prefer deactivate when intent is ambiguous.

Editing is the gap, and the absence is proved rather than merely unfound. monday's complete API reference documentation index lists exactly three automation pages: list, manage and create. The action enum on manage_automations is exhaustively activate, deactivate and delete. monday's developer changelog lists all seven workflow and automation tools with ship dates and no editing tool. To change an automation, an agent deletes it and creates it again.

The monday MCP automation verbs an external agent can use — list, create, activate, deactivate and delete — with no edit tool; the documented change path is delete and recreate

One caveat, and its scope matters. monday's inventory page says the workflow, automation, agent and asset-upload tools run against its dev preview API schema and are subject to change. Some individual tool pages repeat that, and the pages for create_automation and list_automations do not.

Are automations and workflows the same thing here?

They are not, and monday says so in its own docs. Automations are per board trigger and action rules that run on a single board. Workflows are standalone objects at workspace level. monday's words: they are different products.

The tool sets differ in your favour. Workflows get four tools that plan, create, update and publish, so an agent can edit a workflow even though it cannot edit an automation. Changes apply to a draft, and monday states the workflow runs only once published.

monday.com automations vs AI Workflows — automations are trigger-and-action rules on a single board, while workflows are workspace-level objects built as a canvas of connected blocks

Why does monday's own help centre suggest this is impossible?

Because it has not caught up yet. monday's support article "monday MCP available tools" lists 43 tools and none of them are automation or workflow tools. Its last content edit was 19 May 2026, and the earliest automation tool shipped on 21 May 2026, so the article predates the tools by days. The developer reference lists 64 tools across 15 categories, including all seven workflow and automation ones. Use the developer reference for this topic.

Can any external AI agent do this?

Almost, with two qualifications.

monday's developer documentation names ten featured clients, with Claude first, alongside ChatGPT, Cursor, Microsoft Copilot, Microsoft Copilot Studio, Gemini CLI, Gemini Enterprise, Mistral, Perplexity and Figma Make. The server URL is https://mcp.monday.com/mcp. monday says the list is updated as new clients are verified and approved, and a developer must register an integration to publish one.

The second is your admin. Only account admins can change MCP and AI connector permissions. A master toggle stops all external AI agent access at once, and a "Public Hosted MCP" sub-permission covers every agent connecting through the hosted server, a list monday says includes Claude, ChatGPT, Cursor, GitHub Copilot, Notion and Perplexity, among others. monday says nobody can bypass those account-level permissions. You do not need to install anything. monday states that MCP comes preinstalled on every monday.com account.

The AI Connectors section sits inside that tab, so check your own admin panel.

What does this cost, and which meter does it spend?

Three meters, and they get conflated constantly.

monday MCP does not consume AI credits. monday's AI Feature Catalog says so. Every MCP tool call executes as a GraphQL API request against your daily API limit, which is 1,000 on Free, Standard and Basic, 10,000 on Pro and 25,000 on Enterprise, the last two marked as soft limits.

One plan condition bounds all of this. monday MCP is on all plans, but monday also states that automations and integrations are only available on the Standard plan and up. On Free or Basic there are no automations for an agent to manage.

Automation actions are a separate meter. monday's pricing article for automations and integrations gives the monthly allowance per plan: 250 on Standard, 25,000 on Pro and 250,000 on Enterprise. A second article, edited 23 August 2026, prints the Pro figure again and notes that overages are deducted from the next month.

And monday sidekick does consume AI credits, since 27 July 2026, per message and banded by task complexity. Driving monday from an outside agent spends API calls. Working inside monday with sidekick spends credits.

What will an admin be able to see afterwards?

Raise this with IT early, because monday is candid about it. monday describes MCP as initiated by a person in a chat window, running with that person's full permissions, and says access cannot be scoped down below what that user already has. Actions are logged under the user who initiated them, not as a separate entity. monday adds that MCP is best suited to technical users performing ad hoc queries.

What monday.com admins see of AI agent activity — MCP actions run with the initiating user's permissions and are logged under the user, not the agent

Authorisation is solid. Each user authorises through OAuth, and monday says no elevated or shared service account bypasses user-level access control. One scoping control is worth using: an admin can restrict MCP to named workspaces.

On auditing, monday's Platform MCP security page says self-service export of detailed MCP or API audit logs is not currently available. Separately, monday's AI Permissions and Governance article says an admin can review AI credit consumption per feature and per user.

Is Bring Your Own Agent the better route?

Sometimes, and it answers the attribution question directly. monday labels Bring Your Own Agent as Beta, as of 24 August 2026. It connects an agent built on an external platform into monday, where monday says it becomes a full entity in the system. Providers in monday's list include Anthropic Claude Managed Agents, Microsoft Copilot Studio, OpenAI and custom agents on your own stack.

The permission model is the reverse of MCP's. External agents follow an allowlist, and monday says a connected agent has no access to any content by default, with nothing inherited from any user's permissions. Every action is logged under the agent's own name.

monday MCP vs Bring Your Own Agent — MCP is person-initiated with the user's full permissions and logged under the user; Bring Your Own Agent is allowlist-based with no default access and logged under the agent's own name

So MCP is where the automation verbs live, suited to a person in a chat window. Bring Your Own Agent is where separate identity and per-agent attribution live, and it is in Beta.

Frequently asked questions

No. As of 24 August 2026 monday publishes no tool that edits an existing automation. To change one, an agent deletes it and creates a new one. Workflows do have an update tool.

No. monday's FAQ answers this: MCP comes preinstalled on every monday.com account. The marketplace listing exists for discoverability and documentation, but no installation step is required.

No. monday's AI Feature Catalog states that monday MCP does not consume AI credits and that connecting via MCP uses API calls counting toward your account's API limit. monday sidekick does consume credits.

monday states that MCP is available on all monday.com plans at no additional cost. Note the pairing: monday also states that automations and integrations are only available on the Standard plan and up.

No. monday sidekick is monday's AI assistant inside the product. monday MCP, called Platform MCP on the developer site, is monday's hosted server that lets an outside assistant connect in through the Model Context Protocol.

monday logs MCP actions under the user who initiated them, not as a separate entity. Admins can review AI credit consumption per user, but monday says self-service export of detailed MCP or API audit logs is not currently available.

monday describes the delete action as permanent and irreversible, and tells the agent to prefer deactivate when a person says something ambiguous like "stop" or "turn off". Agree internally that deletion stays a human decision.

Where is this worth doing, and where is it not?

If you are technical and want to inspect and tidy automations from a chat window, this works today. If your automations run fine and nobody is asking to reach them from outside monday, you do not need any of this yet. When it does matter, we help clients scope it properly. If you would like a second pair of eyes on yours, book a call.

Book a call

Workiflow is a monday.com Platinum Partner and CRM Specialist that has served nearly 1,000 clients across SMB to Fortune 500. To learn how Workiflow's managed approach could apply to your operations, contact the Workiflow team.

Sources & verification

Sources: monday.com, "monday sidekick" product page (verified August 2026); monday.com, What's New product updates (verified August 2026); monday.com Support, "Get started with monday sidekick" (verified August 2026); monday.com Support, "Get started with monday MCP" (verified August 2026); monday.com Support, "monday MCP available tools" (verified August 2026); monday.com Support, "Managing AI Connectors and MCP Access" (verified August 2026); monday.com Support, "AI Permissions and Governance" (verified August 2026); monday.com Support, "Bring your external agent into monday.com" (verified August 2026); monday.com Support, "AI Feature Catalog" (verified August 2026); monday.com Support, "The AI workflow builder: active workflows and actions" (verified August 2026); monday.com Support, "Automations and integrations pricing" (verified August 2026); monday.com Support, "Automation and Integration actions and limits" (verified August 2026); monday.com Developer, "Platform MCP tools" (verified August 2026); monday.com Developer, "Platform MCP overview" (verified August 2026); monday.com Developer, "Integrate with the monday MCP server" (verified August 2026); monday.com Developer, "List Automations", "Create Automation", "Manage Automations", "Update Workflow" (verified August 2026); monday.com Developer, "Compatible MCP clients" (verified August 2026); monday.com Developer, "Platform MCP security" (verified August 2026); monday.com Developer, "Rate limits" (verified August 2026); monday.com Developer changelog, "New monday Platform MCP tools" (verified August 2026); monday.com Developer, complete API reference documentation index at developer.monday.com/api-reference/llms.txt (verified August 2026); Google Search Central, "Latest documentation updates" (verified August 2026).

Tags

monday.com automations external AI agentmonday MCP automation toolscreate monday automation from Claudemanage_automationslist_automationsmonday MCP vs Bring Your Own Agentmonday sidekick vs monday MCPmonday MCP API limitsmonday automation action limitsmonday MCP admin permissions