Monday.com MCP Server

by sakce
Verified

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MONDAY_API_KEYYesYour personal API token from Monday.com
MONDAY_WORKSPACE_NAMEYesThe name of your Monday.com workspace (from the URL, e.g., 'myworkspace' from 'https://myworkspace.monday.com/')

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
monday-create-item

Create a new item in a Monday.com Board. Optionally, specify the parent Item ID to create a Sub-item.

monday-update-item

Update a Monday.com item's or sub-item's column values.

monday-get-board-columns

Get the Columns of a Monday.com Board.

monday-get-board-groups

Get the Groups of a Monday.com Board.

monday-create-update

Create an update (comment) on a Monday.com Item or Sub-item.

monday-list-boards

Get all Boards from Monday.com

monday-list-items-in-groups

List all items in the specified groups of a Monday.com board

monday-list-subitems-in-items

List all Sub-items of a list of Monday.com Items