
Monday.Com
Let Claude Code or Cursor read and update monday.com boards and items without leaving the agent session.
Overview
com.monday/monday.com is an MCP server for the Build phase that connects coding agents to monday.com boards and items using your API token.
What is this MCP server?
- Hosted remote MCP at mcp.monday.com with streamable-http and SSE transports
- Authorization header for monday.com API token (Bearer or raw token)
- Official mondaycom/mcp repository on GitHub
- Agent-driven board and item workflows instead of context switching to the web app
- 2 remote transport endpoints (streamable-http and SSE)
- Server schema version 0.0.1
- Source repository: github.com/mondaycom/mcp
Community signal: 409 GitHub stars.
What problem does it solve?
Switching between your agent and monday.com breaks flow when you need status updates or task changes mid-build.
Who is it for?
Solo builders who already manage delivery on monday.com and want Claude or Cursor to update items while coding.
Skip if: Teams that do not use monday.com or builders who need deep custom automation beyond what MCP tools expose.
What do I get? / Deliverables
After registration, your agent can work against live monday.com data with the same token you use for API access.
- Registered remote MCP connection to monday.com
- Agent-callable access to monday workspace operations exposed by the server
Recommended MCP Servers
Journey fit
Work tracking and delivery planning sit in the build phase for solo builders shipping features on a schedule. monday.com is a PM and ops board tool—canonical shelf is pm even when used for light CRM or support queues.
How it compares
Official monday.com MCP remote integration, not a generic project-management skill or local CLI.
Common Questions / FAQ
Who is com.monday/monday.com for?
Indie and solo builders who run tasks on monday.com and use MCP-capable agents such as Claude Code or Cursor.
When should I use com.monday/monday.com?
Use it during build and ship when you want agents to read boards, update statuses, or draft item changes without opening the monday UI.
How do I add com.monday/monday.com to my agent?
Add the remote server URL https://mcp.monday.com/mcp (streamable-http) or https://mcp.monday.com/sse (SSE) in your MCP client and set the Authorization header to your monday.com API token.