Trello
Summary
This MCP server implementation provides a bridge to Trello, enabling AI assistants to interact with Trello boards, lists, and cards. Developed by the Model Context Protocol team, it offers tools for retrieving cards, managing lists, adding and updating cards, and monitoring board activity. The server includes built-in rate limiting, robust error handling, and TypeScript support. It's designed for use cases requiring task management integration, such as project planning, workflow automation, or collaborative task tracking.
Available Actions(10)
trello_get_cards_by_list
Retrieves a list of cards contained in the specified list ID. Parameters: listId (string) - Trello list ID.
trello_get_lists
Retrieves all lists in the board. No parameters required.
trello_get_recent_activity
Retrieves the most recent board activity. The limit argument can specify how many to retrieve (default: 10). Parameters: limit (optional number) - number of activities to retrieve.
trello_add_card
Adds a card to the specified list. Parameters: listId (string) - The ID of the list to add to, name (string) - The title of the card, description (optional string) - details of the card, dueDate (optional string) - due date (e.g., ISO8601), labels (optional array of strings) - array of label IDs.
trello_update_card
Updates the content of a card. Parameters: cardId (string) - The ID of the card to be updated, name (optional string) - updated title, description (optional string) - updated description, dueDate (optional string) - updated due date (e.g., ISO8601), labels (optional array of strings) - updated array of label IDs.
trello_archive_card
Archives (closes) the specified card. Parameters: cardId (string) - The ID of the card to archive.
trello_add_list
Adds a new list to the board. Parameters: name (string) - Name of the new list.
trello_archive_list
Archives (closes) the specified list. Parameters: listId (string) - The ID of the list to archive.
trello_get_my_cards
Retrieves all cards related to your account. No parameters required.
trello_search_all_boards
Performs a cross-board search across all boards in the workspace (organization), depending on plan/permissions. Parameters: query (string) - Search keyword, limit (optional number) - max number of results (default: 10).
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요