cemaydinorbislabs/trello-mcp
If you are the rightful owner of trello-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
TrelloMCP is a Model Context Protocol server designed to integrate Trello with Claude AI and other MCP-compatible AI systems, developed by OrbisLabs.ai.
Tools
Functions exposed to the LLM to take actions
get_boards
List all boards.
get_board
Retrieve board details.
get_board_lists
Get lists from a board.
get_board_stats
Fetch board statistics.
get_list
Get list details.
create_list
Create a new list.
update_list
Update an existing list.
archive_list
Archive a list.
move_list
Move a list to another board.
get_list_card_count
Count cards in a list.
get_card
Get card details.
create_card
Create a new card.
update_card
Update an existing card.
move_card
Move a card to another list.
delete_card
Delete a card.
archive_card
Archive a card.
get_list_cards_powerups
Retrieve cards with Power-Up data.
bulk_create_cards
Create multiple cards at once.
bulk_move_cards
Move multiple cards at once.
bulk_archive_cards
Archive multiple cards at once.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client