The coverage most Trello servers stop short of is here: check items individually addressable, labels created and assigned, attachments uploaded from a local path. Two switches are worth knowing about — a read-only mode that removes every write tool, and a compact mode on the listing tools that trims fields so a large board does not swamp the context.
A Trello server covering boards, lists, cards, comments, labels, members, checklists, check items, attachments, custom fields and search. It is a maintained fork that pulled features back in from across the fork ecosystem.
- Boards and lists: list_boards, trello_get_user_boards, get_board_details, get_lists, trello_filter_lists, trello_create_list, trello_get_board_members, trello_get_board_labels, trello_get_board_cards, trello_get_board_custom_fields
- Cards: create_card, get_card, update_card, move_card, trello_archive_card, trello_get_list_cards
- Comments and history: trello_add_comment, trello_get_card_actions
- Labels: trello_create_label, trello_update_label, trello_delete_label, trello_add_label_to_card, trello_remove_label_from_card
- People: trello_get_member, trello_add_member_to_card, trello_remove_member_from_card
- Checklists and their items: trello_create_checklist, trello_get_checklist, trello_update_checklist, trello_delete_checklist, trello_get_card_checklists, trello_create_check_item, trello_get_check_items, trello_get_check_item, trello_update_check_item, trello_delete_check_item
- Attachments: trello_get_card_attachments, trello_create_card_attachment, trello_get_card_attachment, trello_delete_card_attachment
- trello_search across boards, cards and members
A Trello API key and token. Trello no longer hands out keys directly — you create your own Power-Up in the Trello admin, generate a key against it and authorise a token. Credentials go in your client config or can be passed per call. Runs on Node.
One command plus a key — npx atlassian-trello-mcp, then supply credentials
