Atlassian Trello MCP
JSON →Comprehensive Trello integration: 46 tools covering boards, cards, lists, labels, checklists, attachments, members, custom fields, and search. Read-only mode, image attachment auto-download. Active fork of kocakli/Trello-Desktop-MCP integrating contributions from across the Trello MCP fork ecosystem
Install
npx -y atlassian-trello-mcp Tools · 46
- trello_create_board Create a new Trello board
- trello_get_board Get details of a specific board
- trello_update_board Update board properties
- trello_delete_board Delete a Trello board
- trello_list_boards List all boards for the authenticated user
- trello_create_list Create a new list on a board
- trello_get_list Get details of a specific list
- trello_update_list Update list properties
- trello_delete_list Delete a list
- trello_list_lists List all lists on a board
- trello_create_card Create a new card in a list
- trello_get_card Get details of a specific card
- trello_update_card Update card properties
- trello_delete_card Delete a card
- trello_list_cards List all cards in a list
- trello_add_comment Add a comment to a card
- trello_get_comments Get comments on a card
- trello_add_checklist Add a checklist to a card
- trello_get_checklists Get checklists on a card
- trello_add_checkitem Add a check item to a checklist
- trello_update_checkitem Update a check item
- trello_delete_checkitem Delete a check item
- trello_add_label Add a label to a card
- trello_remove_label Remove a label from a card
- trello_get_labels Get labels on a card
- trello_add_member Add a member to a card
- trello_remove_member Remove a member from a card
- trello_get_members Get members on a card
- trello_add_attachment Add an attachment to a card
- trello_get_attachments Get attachments on a card
- trello_delete_attachment Delete an attachment from a card
- trello_set_due_date Set due date on a card
- trello_remove_due_date Remove due date from a card
- trello_set_cover Set cover image on a card
- trello_remove_cover Remove cover image from a card
- trello_archive_card Archive a card
- trello_unarchive_card Unarchive a card
- trello_move_card Move a card to a different list
- trello_create_webhook Create a webhook for a board or card
- trello_delete_webhook Delete a webhook
- trello_get_webhooks Get webhooks for a board
- trello_search Search for boards, cards, members, etc.
- trello_get_board_labels Get all labels defined on a board
- trello_create_board_label Create a new label on a board
- trello_update_board_label Update a label on a board
- trello_delete_board_label Delete a label from a board
Environment variables
TRELLO_API_KEYTRELLO_TOKEN
Links
★ 1 GitHub stars