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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Prat011/mcp-server-monday'
If you have feedback or need assistance with the MCP directory API, please join our Discord server