misha-mg/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.
The MCP Server Trello is a Model Context Protocol server designed to facilitate seamless interaction with Trello boards, providing robust integration with Trello's API while managing rate limiting, type safety, and error handling.
Tools
Functions exposed to the LLM to take actions
get_cards_by_list_id
Fetch all cards from a specific list.
get_lists
Retrieve all lists from the configured board.
get_recent_activity
Fetch recent activity on the board.
add_card_to_list
Add a new card to a specified list.
update_card_details
Update an existing card's details.
archive_card
Send a card to the archive.
add_list_to_board
Add a new list to the board.
archive_list
Send a list to the archive.
get_my_cards
Fetch all cards assigned to the current user.
move_card
Move a card to a different list.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client