Skip to main content
Glama
sakce

Monday.com MCP Server

by sakce

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MONDAY_API_KEYYesYour Monday.com personal API token
MONDAY_WORKSPACE_NAMEYesYour Monday.com workspace name (e.g., 'myworkspace' from https://myworkspace.monday.com/)

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/sakce/mcp-server-monday'

If you have feedback or need assistance with the MCP directory API, please join our Discord server