Trello

Trello

A web-based, kanban-style, list-making application.

1055VIEWS
153USERS

Install MCP Server

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

npx @composio/cli add cursor --app trellonpx @composio/cli add cursor --app trellonpx @composio/cli add cursor --app trellonpx @composio/cli add cursor --app trello

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

Available Tools

Get Board By Action Id

Deprecated: use `get actions board by id action` instead. retrieves details for the trello board associated with a specific action id, returning board information only.

Get Action By Id

Deprecated: use `get actions by id action` instead. retrieves detailed information about a specific trello action by its id.

Get An Action's List

Retrieves the trello list associated with a specific trello action id, for actions linked to a list. <<DEPRECATED use get_actions_list_by_id_action>>

Add Board

Creates a new trello board; the 'name' parameter is required for creation, and various preferences can be customized or cloned from a source board.

Generate Board Calendar Key

Generates a new calendar key for the trello board specified by `idboard`, invalidating any previous key for that board.

Add Checklist To Board

Creates a new, initially empty checklist with a given name on an existing and accessible trello board.

Generate Email Key For Board

Generates a new email key for the trello board specified by idboard to enable or reset adding cards via email; this invalidates any previously existing email key for the board.

Add A Label To A Board

Creates a new label on an existing trello board.

Add New List To Board

Creates a new, empty list on a specified, existing trello board, typically used as a column or category for organizing cards.

Mark Board As Viewed

Marks the trello board specified by idboard as viewed for the current user, exclusively updating its viewed status and potentially influencing its position in user-specific lists and notification settings.

Add Board Power-up

Enables the power-up specified by the 'value' parameter on the board; processes one power-up enablement per call.

Add Card

Creates a new card in a trello list; `idlist` is required, and if `idcardsource` is used, the source card must be accessible.

Add Comment To Card

Adds a new text comment, which can include @mentions, to a trello card specified by its id; file attachments are not supported via this action.

Add Attachment To Card

Adds an attachment to a trello card by `idcard`; specify either a `file` to upload or a `url` to link, but not both.

Add Check Item To Checklist

Adds a new check item to an existing checklist on a specific trello card.

Add Checklist To Card Via Id

Adds a checklist to a trello card: use `value` to add a specific existing checklist, `idchecklistsource` to create a new checklist by copying an existing one (optionally using `name` for the new checklist's name), or `name` to create a new empty checklist from scratch.

Add Label To Card

Adds an existing label to a trello card; `idcard` identifies the card and `value` is the id of the label to add. both card and label must already exist.

Add Card Member By Id

Assigns a trello member to a specific trello card by card id (or short link) and member id.

Add Labels To Card

Adds a label to an existing trello card (specified by `idcard`), defining the label by `name` and either `color` or the overriding `value` (which specifies color by name); a new label is created on the board if a matching one (by name/color combination) doesn't already exist.

Add Member Vote To Card

Casts a 'yes' vote for a specified member on a trello card; a member can only vote once per card.

20 actions available