Skip to main content
Feedback

Trello MCP connector

Trello is a visual project management tool that helps teams organize tasks, workflows, and projects using boards, lists, and cards. The Trello MCP connector allows AI agents to create and manage boards, add and assign cards to team members, and search across boards and cards. It also supports applying labels to cards, managing board memberships, and updating or deleting boards to maintain project structure.

Authentication type

  • API Key - Requires a static API key to be configured before the agent can connect to the service.

Uses

Use the Trello MCP connector to perform the following actions:

  • Organize project tasks across boards, lists, and cards to track team progress
  • Automate card creation and assignment to eliminate manual task entry
  • Assign team members to boards and cards to clarify ownership and accountability
  • Add labels and comments to cards for better categorization and communication
  • Archive completed lists and boards to maintain clean, active workspaces
  • Attach files and documents to cards for centralized resource access
  • Search boards and cards to quickly locate tasks, projects, and information

Example prompts

Use the following example prompts to invoke Trello MCP connector tools from your AI assistant or Boomi Connect workflow:

  • Create a new Trello board for our Q4 marketing campaign.
  • Add John and Maria to the product roadmap board in Trello.
  • Show me all cards assigned to me in Trello this week.
  • Move the design review card to the completed list in Trello.
  • Create a card for the client onboarding task and assign it to Sarah.
  • Add a deadline comment to the website redesign card in Trello.
  • Search Trello for all cards tagged with the urgent label.
  • Attach the budget spreadsheet to the financial planning card in Trello.
  • Remove completed cards from the active project board.
  • Get a list of all team members invited to the sales pipeline board.

Trello MCP connector tools

The Trello MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.

ToolDescription
trello_trelloaddlabeltocard_invokeAdds a label to a card to organize and categorize tasks.
trello_trelloassignmembertoboard_invokeAssigns a member to a board to grant access and collaboration permissions.
trello_trellocreateboard_invokeCreates a new board for organizing and managing tasks.
trello_trellocreatecard_invokeCreates a new card within a list to represent a task or item.
searchSearches across boards and cards to find specific items by keywords.
createBoardCreates a new board for organizing and managing work.
getBoardRetrieves detailed information about a specific board.
updateBoardModifies the settings and properties of an existing board.
deleteBoardRemoves a board and all associated content permanently.
getBoardMembersRetrieves the list of members assigned to a board.
inviteBoardMemberSends an invitation to add a member to a board.
addBoardMemberAdds an existing member directly to a board.
removeBoardMemberRemoves a member from a board and revokes access.
createCardCreates a new card to represent a task or work item.
getCardRetrieves detailed information about a specific card.
updateCardModifies the details and properties of an existing card.
deleteCardRemoves a card and all associated content permanently.
createCardCommentAdds a comment to a card for discussion and updates.
updateCardCommentEdits an existing comment on a card.
deleteCardCommentRemoves a comment from a card.
createListCreates a new list within a board to organize cards.
getListRetrieves detailed information about a specific list.
updateListModifies the name and settings of an existing list.
archiveListArchives or unarchives a list to hide or restore it.
getBoardListsRetrieves all lists contained within a specific board.
getListCardsRetrieves all cards within a specific list.
getCardAttachmentsRetrieves all files and attachments linked to a card.
createCardAttachmentAttaches a file or link to a card.
getCardAttachmentRetrieves details about a specific attachment on a card.
deleteCardAttachmentRemoves an attachment from a card.
getCardChecklistsGet card checklists.
createCardChecklistCreate a checklist on a card.
getChecklistGet a checklist.
deleteCardChecklistDelete a checklist from a card.
createCheckItemCreate a check item.
getCheckItemGet a check item.
updateCheckItemUpdate a check item.
deleteCheckItemDelete a check item.
getCompletedCheckItemsGet completed check items.
createLabelCreate a label.
getLabelGet a label.
updateLabelUpdate a label.
deleteLabelDelete a label.
getBoardLabelsGet board labels.
addLabelToCardAdd label to card.
removeLabelFromCardRemove label from card.
On this Page