Monday.com MCP Server
by sakce
Verified
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
MONDAY_API_KEY | Yes | Your personal API token from Monday.com | |
MONDAY_WORKSPACE_NAME | Yes | The 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
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
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 |