Adise211/trello-mcp-server
If you are the rightful owner of trello-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Trello MCP Server is a Model Context Protocol server that allows AI assistants to interact with Trello boards, lists, and cards programmatically.
Tools
Functions exposed to the LLM to take actions
get-boards
Get all boards for the current user
get-board-by-name
Get a Trello board by name
get-board-by-id
Get a Trello board by ID
get-lists-by-board-id
Get all lists for a specific board
get-cards-by-board-id
Get all cards for a specific board
get-list-by-id
Get a Trello list by ID
get-cards-by-list-id
Get all cards for a specific list
create-card
Create a new Trello card
update-card
Update an existing Trello card
delete-card
Delete a Trello card
add-comment-to-card
Add a comment to a card
add-attachment-to-card
Add an attachment to a card
move-card-to-list
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