Skip to content

Ticketing

Monday.com MCP connector

The Monday.com connector lets Claude, ChatGPT, Cursor, or any MCP client read boards, items, updates, docs, and files in Monday.com and create new items, with each person signed in as themselves and every action logged.

  • How it connects. OAuth or API key. The credential goes into a vault nobody reads back.

  • One address. https://api.elaichi.ai/mcp, the same for every user.

  • Their own access. An agent never gets more than the person it acts for.

How to connect

How to connect Monday.com to Claude, ChatGPT or Cursor

Two steps, about a minute.

1

In Elaichi

Connect Monday.com once

  1. Open Connections, choose Add connection, and pick Monday.com.

  2. Optionally set Share with to give a team access, then press Connect.

  3. Approve it in Monday.com. Monday.com's own window opens. Whoever approves it decides what this connection can reach.

The credential is vaulted. Nobody reads it back, not even the AI.

Add connection

Choose a connector.

monday.com
Monday.com
Airtable
Asana
Autotask
Basecamp
ClickUp
2

In your AI client

Point it at one endpoint

Everyone in the organization uses the same address, and each person only ever reaches what their own account allows.

Connect Monday.com to Claude

  1. 1

    Open Customize, then Connectors.

  2. 2

    Press Add.

  3. 3

    Name it, paste the MCP server URL, then Continue.

    https://api.elaichi.ai/mcp
  4. 4

    Sign in and approve.

On Team and Enterprise, an Owner adds it once. Everyone else turns it on for themselves.

Connect Monday.com to ChatGPT

  1. 1

    Open Plugins, then press the + button.

  2. 2

    Name it and paste the endpoint into Server URL.

    https://api.elaichi.ai/mcp
  3. 3

    Leave Authentication on OAuth, then tick the risk acknowledgement.

  4. 4

    Press Create, then sign in and approve.

Works on the web today. The plugin directory lives at chatgpt.com/plugins.

Connect Monday.com to Cursor

  1. 1

    Open ~/.cursor/mcp.json.

  2. 2

    Add the endpoint under mcpServers.

    https://api.elaichi.ai/mcp
  3. 3

    Reload Cursor, then sign in and approve.

~/.cursor/mcp.json

{
  "mcpServers": {
    "elaichi": {
      "url": "https://api.elaichi.ai/mcp"
    }
  }
}

Set up per machine, so repeat it on each computer you work from.

Connect Monday.com to any MCP client

  1. 1

    Add the endpoint as a remote MCP server.

    https://api.elaichi.ai/mcp
  2. 2

    Sign in and approve.

{
  "mcpServers": {
    "elaichi": {
      "url": "https://api.elaichi.ai/mcp"
    }
  }
}

The Elaichi Agent already has these tools, with nothing to set up.

Use cases

What teams do with Monday.com through Elaichi

Every one of these runs inside the access the person already has, and lands in the same audit log.

  • Operations

    Find the item across every board

    Ask where a request lives and get the Monday.com item back with its column values, the board it sits on, and the workspace it belongs to, without opening each board by hand.

  • Project management

    Turn planning notes into board items

    After a planning call, paste the notes and have new items created on the right Monday.com board, one per task, so the plan is on the board before the meeting room empties.

  • Support

    Read the thread behind a request

    Pull every update posted on a Monday.com item and get a short account of where the request stands and who spoke last before you reply to the customer.

  • Marketing

    Pull the brief out of a doc

    Read a campaign brief in Monday.com docs block by block and get the goals, dates, and owners summarized for someone who joined the project late.

  • People

    See who sits on which team

    List Monday.com workspaces, teams, and members to check that a new hire has landed in the right place and to see who to loop in on a board.

  • Design

    Attach the final files to the item

    Upload the approved artwork to the Monday.com item as an asset, or download the files already attached, so the reviewer works from the version on the board.

Try asking

  • “Which board items are overdue this week?”
  • “Summarize updates on the Q3 launch board.”
  • “Create a board item for the onboarding request.”

See all 23 Monday.com tools below

AI tools

Monday.com tools for your AI agents

23 tools are ready to call through Elaichi's MCP endpoint the moment you connect Monday.com, governed by the same roles, restrictions, and audit log as everything else in Elaichi.

See it in Elaichi

What connecting Monday.com gets you

6 screens from the product, each doing one job for your Monday.com account.

The agent

Ask about boards, get real answers.

Plain language questions run against live Monday.com boards, items and updates.

  • boards
  • items
  • docs
  • updates

Ask Elaichi to work across your apps.

Which board items are overdue this week?

Summarize updates on the Q3 launch board.

Create a board item for the onboarding request.

Also runs in Claude, ChatGPT or Cursor

MCP clients

Claude, ChatGPT and Cursor reach Monday.com.

One governed OAuth endpoint for every client, no SDK, no shared API key.

ElaichiMCP clients
Claude ChatGPT Cursor

Copy the endpoint

https://api.elaichi.ai/mcp
Client Connected by Status Last used
Claude
E

Emma Laurent

• Connected 4 minutes ago
Cursor
S

Sofia Ricci

• Connected 2 hours ago
ChatGPT
C

Clara Nowak

• Connected Yesterday

Tool catalog

23 Monday.com tools ready to call.

Boards, items, docs, workspaces and users covered without writing custom code.

  • List all Monday.com users
  • Delete a Monday.com user by ID
  • List all Monday.com board items
  • Get single Monday.com board item by ID
ElaichiTools
Tool Action Description
List all Monday.com users List List monday.com users with full profile details. Returns: id, name, email, account, birthday, country_code, created_at, current_language, enabled, is_admin, is_guest, is_pending, is_view_only, is_verified, join_date, last_activity, location, mobile_phone, phone, photo_original, photo_small, photo_thumb, photo_tiny, photo_thumb_small, sign_up_product_kind, teams, time_zone_identifier, title, url,…
Delete a Monday.com user by ID Delete Delete a monday.com user from a workspace. Returns: id. Required: id, workspace_id.
List all Monday.com board items List List items on a monday.com board using cursor-based pagination. Returns each item's id, name, state, created_at, updated_at, column_values, board, creator, subscribers, parent_item, email, and relative_link. Required: board_id.
Get single Monday.com board item by ID Get Get a single monday.com board item by id. Returns the item object including id, name, state, created_at, updated_at, column_values, assets, board, group, subitems, subscribers, creator, and relative_link. Required: id.
Create a Monday.com board item Create Create a new item on a monday.com board, optionally within a specific group and with pre-filled column values. Returns the new item's id. Required: board_id, name. REQUIRES A WRITE SCOPE. monday.com rejects create_item with 403 "User unauthorized to perform action" (UserUnauthorizedException) unless the connection carries boards:write. Reads such as boards.list and board-items.list work with read-only scopes, so a working read does NOT imply this will succeed. SILENT FAILURE - IMPORTANT. On that rejection monday.com still answers HTTP 200, carrying the error in the GraphQL errors array with data.create_item = null. Because this method reads data.create_item, the caller receives HTTP 200 with a null body and NO error. Treat a null response as a failure, not as success: verify by calling board-items.list for the board and confirming the item count rose. A successful call returns an object containing id.

Toolboxes

Every team gets its own toolbox.

Scope Monday.com boards and items per team from one list of toolboxes.

  • Support
  • Engineering
  • Product
  • Marketing
ElaichiToolboxes
Name Source template Tools Created

Support toolbox

Monday.com · tickets and updates

Monday.com starter 18 Mar 4, 2026

Engineering toolbox

Monday.com · sprint boards and items

9 Mar 2, 2026

Product toolbox

Monday.com · roadmap boards and docs

24 Feb 27, 2026

Marketing toolbox

Monday.com · campaign boards and docs

Monday.com starter 6 Feb 19, 2026

Operations toolbox

Monday.com · workspaces and users

31 Jan 30, 2026

Finance toolbox

Monday.com · accounts and approval items

12 Jan 22, 2026

Shared connections

Teammates use Monday.com without the credential.

See who connected each account and which teams and members it reaches.

  • Support EMEA
  • Engineering
  • Product
  • Marketing
ElaichiConnections
Connection Scope Status Access
MO

Monday.com (Support EMEA)

Connected by Emma Laurent

Personal • Active 1 team · 6 members
MO

Monday.com (Engineering)

Connected by James Whitfield

Organization • Active 3 teams · 24 members
MO

Monday.com (Product)

Connected by Sofia Ricci

Organization • Active 2 teams · 11 members
MO

Monday.com (Marketing)

Connected by Daniel Ortega

Personal • Needs re-auth 1 team · 3 members
MO

Monday.com (Operations)

Connected by Clara Nowak

Personal • Active Not shared
MO

Monday.com (Finance)

Connected by Michael Brennan

Personal • Active 2 teams · 9 members

Audit log

Every Monday.com call has a name on it.

When, who, what happened, type and resource, appended and never edited.

  • When
  • Who
  • What happened
  • Type
ElaichiAudit log
When Who What happened Type

2 minutes ago

Mar 6, 2026, 3:10 PM

E

Emma Laurent

[email protected]

Restriction Created Access

8 minutes ago

Mar 6, 2026, 3:04 PM

J

James Whitfield

[email protected]

Restriction Updated Access

14 minutes ago

Mar 6, 2026, 2:58 PM

S

Sofia Ricci

[email protected]

Role Assigned Access

20 minutes ago

Mar 6, 2026, 2:52 PM

D

Daniel Ortega

[email protected]

Monday.com Users Updated MCP

26 minutes ago

Mar 6, 2026, 2:46 PM

C

Clara Nowak

[email protected]

Monday.com Boards Created MCP

32 minutes ago

Mar 6, 2026, 2:40 PM

M

Michael Brennan

[email protected]

Monday.com Boards List Toolbox

Launching soon

From answering questions to doing the work

A person no longer has to ask. A trigger starts the work, inside the same permissions and the same audit log as everything else. Automations and live dashboards are launching soon, on the Black plan.

Automations

A schedule fires, a digest ships.

Fetch Monday.com items, group them, draft a digest, approve, post it back.

Monday.com digest

Run 418 · started 2 minutes ago · on behalf of Emma Laurent

  1. Schedule

    Every weekday at 08:00

    0.2s
  2. Fetch boards

    Monday.com

    1.4s
  3. Group by owner

    Transform

    0.1s
  4. Draft the digest

    Agent step

    Ran with 4 tools, returned a structured summary

    6.2s
  5. Approve the digest

    Needs approval

    Assigned to Michael Brennan

    Approve
  6. Post the digest

    Monday.com

    Queued

Collections and dashboards

Monday.com board health, counted on schedule.

Four metrics, 14 days of items created, split by team, no model involved.

Monday.com health

Refreshed 4 minutes ago · every 15 minutes · from the boards collection

Live

Boards

1,284 ↓ 12%

Items

96 ↓ 8%

Needs attention

3 ↑ 2

Updated this week

412 ↑ 9%

Boards created

Last 14 days

By team

Share of activity

Support EMEA 34%

Engineering 27%

Product 21%

Marketing 18%

FAQ

Frequently asked questions

How do I connect Monday.com to Claude?

Connect Monday.com in Elaichi first: either sign in to Monday.com in your browser and approve access, or paste an API key from your Monday.com profile. There is no OAuth application to register and no client ID or secret to generate. Then in Claude open Customize, then Connectors, then Add, and paste https://api.elaichi.ai/mcp. Sign in as yourself and Monday.com boards, items, docs, and updates are available in Claude.

Does Monday.com work with ChatGPT and Cursor as well as Claude?

Yes. Monday.com is connected once in Elaichi and the same endpoint, https://api.elaichi.ai/mcp, is added to Claude, ChatGPT, Cursor, any other MCP client, and the Elaichi Agent. Each person signs in as themselves in whichever client they use, and their Monday.com access follows them.

What can an AI agent actually do with my Monday.com data?

An agent can look across Monday.com workspaces and boards, find items and read their column values, read the updates posted on an item, and open docs block by block. It can create new items on a board and upload or download the files attached to items. It can also list the people, teams, and accounts in Monday.com so it knows who owns what.

Does connecting Monday.com give the AI everything in my account?

No. Every call to Monday.com runs inside the access of the person who signed in, so the agent sees only the workspaces, boards, and docs that person can already open in Monday.com. Elaichi can narrow that access further with restrictions, but it can never widen it beyond what Monday.com itself allows that person.

Can my team share one Monday.com connection?

Yes. One person connects Monday.com in Elaichi and shares the connection with a team, and nobody else handles an API key or signs in to Monday.com again. Each teammate still signs in to Elaichi as themselves, so every item created or file downloaded is logged under their own name.

Can I stop an agent from deleting or changing things in Monday.com?

Yes. Restrictions in Elaichi work per action, so you can allow reading Monday.com boards and creating items while blocking, for example, removing a Monday.com user. A blocked action is never advertised to Claude, ChatGPT, or any other client, so no prompt, however worded, can reach it.

What happens to a Monday.com connection when someone leaves?

Offboarding a person in Elaichi ends their access to Monday.com through every client at once. If they set up a connection shared with a team, that connection keeps working for everyone else on the team. Disconnecting Monday.com once in Elaichi removes it from Claude, ChatGPT, Cursor, and every other client in a single step.

Put Monday.com in front of your team

Fourteen days on Gold, no credit card. Connect it once and pick what each team can call.