Trello
The Trello MCP server connects AI agents to your Trello boards. Agents can list boards, lists, and cards, create and update cards, move and archive them, manage checklists and comments, attach files and images, read custom fields and recent activity, and switch the active board or workspace for subsequent operations.
Tools
add_card_to_list
Create a brand-new card in a specified Trello list.
add_checklist_item
Add a new item to an existing Trello card checklist.
add_comment
Add a new comment to an existing Trello card in the connected account.
add_list_to_board
Create a brand-new list on a Trello board in the connected account.
archive_card
Send an existing Trello card to the board archive.
get_active_board_info
Retrieve information about the active Trello board.
get_card
Fetch the full details and metadata of a Trello card.
get_card_comments
Retrieve all of the comments from a specific Trello card.
get_cards_by_list_id
Retrieve all of the cards from a specific Trello list.
get_checklist_items
Retrieve all of the items from a checklist by its name.
get_lists
Retrieve all of the lists from a specific Trello board.
get_my_cards
Fetch all of the cards assigned to the current user.
get_recent_activity
Fetch the recent activity feed on a Trello board in the connected account.
list_boards
Display all of the Trello boards your account can access.
move_card
Relocate an existing Trello card to a different list.
set_active_board
Set a Trello board as active for future operations.
update_card_details
Modify a card's name, description, dates, or labels.
update_list
Modify a list's name, archive state, or subscription.