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.
In Elaichi
Connect Monday.com once
-
Open Connections, choose Add connection, and pick Monday.com.
-
Optionally set Share with to give a team access, then press Connect.
-
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.
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
Open Customize, then Connectors.
-
2
Press Add.
-
3
Name it, paste the MCP server URL, then Continue.
https://api.elaichi.ai/mcp -
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
Open Plugins, then press the + button.
-
2
Name it and paste the endpoint into Server URL.
https://api.elaichi.ai/mcp -
3
Leave Authentication on OAuth, then tick the risk acknowledgement.
-
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
Open
~/.cursor/mcp.json. -
2
Add the endpoint under
mcpServers.https://api.elaichi.ai/mcp -
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
Add the endpoint as a remote MCP server.
https://api.elaichi.ai/mcp -
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.”
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.
No tools match your search.
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.
Copy the endpoint
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
Toolboxes
Every team gets its own toolbox.
Scope Monday.com boards and items per team from one list of toolboxes.
- Support
- Engineering
- Product
- Marketing
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
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
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
-
✓
Schedule
Every weekday at 08:00
0.2s -
✓
Fetch boards
Monday.com
1.4s -
✓
Group by owner
Transform
0.1s -
✓
Draft the digest
Agent step
Ran with 4 tools, returned a structured summary
6.2s -
Approve the digest
Needs approval
Assigned to Michael Brennan
Approve Deny -
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
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%
Related connectors
More from the catalog
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 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.