Monday.com MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MONDAY_API_KEY | Yes | Your Monday.com personal API token | |
| MONDAY_WORKSPACE_NAME | Yes | Your Monday.com workspace name (e.g., 'myworkspace' from https://myworkspace.monday.com/) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| monday-create-itemB | Create a new item in a Monday.com Board. Optionally, specify the parent Item ID to create a Sub-item. |
| monday-get-items-by-idB | Fetch specific Monday.com item by its ID |
| monday-update-itemC | Update a Monday.com item's or sub-item's column values. |
| monday-get-board-columnsC | Get the Columns of a Monday.com Board. |
| monday-get-board-groupsB | Get the Groups of a Monday.com Board. |
| monday-create-updateC | Create an update (comment) on a Monday.com Item or Sub-item. |
| monday-list-boardsC | Get all Boards from Monday.com |
| monday-list-items-in-groupsC | List all items in the specified groups of a Monday.com board |
| monday-list-subitems-in-itemsC | List all Sub-items of a list of Monday.com Items |
| monday-create-boardC | Create a new Monday.com board |
| monday-create-board-groupC | Create a new group in a Monday.com board |
| monday-move-item-to-groupC | Move an item to a group in a Monday.com board |
| monday-delete-itemC | Delete an item from a Monday.com board |
| monday-archive-itemC | Archive an item from a Monday.com board |
| monday-get-item-updatesC | Get updates for a specific item in Monday.com |
| monday-get-docsC | Get a list of documents from Monday.com. |
| monday-get-doc-contentC | Get the content of a specific document by ID |
| monday-create-docA | Create a new document in Monday.com. Specify either workspace_id (with kind) or board_id (with column_id and item_id) as the location. |
| monday-add-doc-blockC | Add a block to a document |
| monday-get-item-filesC | Get files (PDFs, documents, images, etc.) attached to a Monday.com item |
| monday-get-update-filesB | Get files (PDFs, documents, images, etc.) attached to a specific update in Monday.com |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 21 tools
Most tools have distinct purposes targeting specific Monday.com resources and actions, such as boards, items, documents, and updates. However, some overlap exists between 'monday-get-item-files' and 'monday-get-update-files', which could cause confusion as both handle file attachments but for different entities. Overall, descriptions clarify boundaries, but minor ambiguity remains in file-related tools.
All tool names follow a consistent 'monday-verb-noun' pattern with snake_case, such as 'monday-create-board' and 'monday-get-item-updates'. The naming is highly predictable and readable, with no deviations in style or convention across the 21 tools, making it easy for agents to understand and use the set.
With 21 tools, the count is borderline for the Monday.com domain, which involves boards, items, documents, and updates. While it covers many operations, it feels slightly heavy and could be streamlined, as some tools like 'monday-get-board-columns' and 'monday-get-board-groups' might be combined or simplified. The scope is reasonable but approaches the upper limit of what's manageable.
The tool set provides comprehensive CRUD and lifecycle coverage for Monday.com resources, including boards, items, groups, documents, and updates. Minor gaps exist, such as no direct tool for deleting documents or updating board settings, but agents can likely work around these using existing tools like 'monday-delete-item' or 'monday-update-item'. Overall, it supports core workflows effectively.