Monday

Monday

Monday.com is a customizable work management platform for project planning, collaboration, and automation, supporting agile, sales, marketing, and more

386VIEWS
50USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app mondaynpx @composio/cli add cursor --app mondaynpx @composio/cli add cursor --app mondaynpx @composio/cli add cursor --app monday

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Add Users To Board

Adds users to a monday.com board with a specified role.

Archive Board

Archives a specified, existing, and unarchived board in monday.com; archived boards can typically be restored later.

Archive Item

Archives an existing monday.com item, moving it from active board views to the archive where it can be potentially restored.

Change Simple Column Value

Changes a specific column's value for a monday.com item using a simple string, suitable for text, status, or dropdown columns; can create new labels if `create labels if missing` is true for status/dropdown columns.

Create A Monday Board

Creates a monday.com board; `template id` if used must be accessible, and `folder id` must be in `workspace id` if both are provided.

Create Column

Creates a new column with a specified type and title on a monday.com board.

Create Group

Creates a new group with the given `group name` on an existing monday.com board, identified by its `board id`.

Create Item

Creates a new item on a monday.com board, optionally assigning it to a group and setting column values.

Delete Column

Deletes a specified column from a monday.com board; this action is destructive and cannot be undone via the api.

Delete Group

Permanently deletes an existing group (and its items) from an existing board in monday.com.

Delete Item

Permanently deletes an existing monday.com item; this action is irreversible via the api.

Duplicate Item

Duplicates an item on a monday.com board, optionally including its updates.

Get Group Details

Retrieves details (id, title, color, archived/deleted status) for a specific group on an accessible monday.com board.

List Board Items

Retrieves id, name, and state for all items on a specified monday.com board.

List Monday Boards

Retrieves a list of boards from a monday.com account, supporting pagination and filtering by state.

List Columns

Lists all columns and their properties for a specified monday.com `board id`; the board must exist.

List Items

Retrieves specified subitems from monday.com using their ids, returning the raw json response.

List Users

Retrieves a list of users from monday.com; an empty user list in the response 'data' field does not signify action failure.

Move Item To Board

Moves a monday.com item to a specified board and group; requires the item, target board, and target group to exist.

Move Item To Group

Moves an item to a different group on the same monday.com board; the item and group must exist.

20 actions available