Connect Trello with AI agents using Model Context Protocol (MCP). Seamlessly integrate Trello tools and actions into Claude, Cursor, Windsurf, and other AI applications for enhanced workflow automation.
productivity tools for AI automation
Install Trello MCP server in minutes. Choose your AI platform: Cursor, Claude Desktop, Windsurf, or use HTTP endpoint for custom integrations. Follow our step-by-step guide to connect Trello with your AI agent.
Explore other MCP integrations: Gmail MCP, Notion MCP, GitHub MCP, Linear MCP, Slack MCP, Google Sheets MCP, and 100+ more AI agent tools.
A web-based, kanban-style, list-making application.
1055
153
productivity
Paste and run this command in your terminal to set up Cursor with MCP
After running the command, restart Cursor to start using the MCP Server.
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.
Deprecated: use `get actions by id action` instead. retrieves detailed information about a specific trello action by its id.
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>>
Creates a new trello board; the 'name' parameter is required for creation, and various preferences can be customized or cloned from a source board.
Generates a new calendar key for the trello board specified by `idboard`, invalidating any previous key for that board.
Creates a new, initially empty checklist with a given name on an existing and accessible trello 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.
Creates a new label on an existing trello board.
Creates a new, empty list on a specified, existing trello board, typically used as a column or category for organizing cards.
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.
Enables the power-up specified by the 'value' parameter on the board; processes one power-up enablement per call.
Creates a new card in a trello list; `idlist` is required, and if `idcardsource` is used, the source card must be accessible.
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.
Adds an attachment to a trello card by `idcard`; specify either a `file` to upload or a `url` to link, but not both.
Adds a new check item to an existing checklist on a specific trello card.
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.
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.
Assigns a trello member to a specific trello card by card id (or short link) and member id.
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.
Casts a 'yes' vote for a specified member on a trello card; a member can only vote once per card.
20 actions available