This Trello MCP server, developed by the GTT Team, integrates the Model Context Protocol with the Trello API. Built with TypeScript and leveraging the MCP SDK, it enables AI agents to interact with Trello boards, lists, and cards through natural language. The implementation provides tools for retrieving boards, lists, cards, and card details, with a focus on asynchronous operations and comprehensive error handling. It's particularly useful for project management and task tracking applications, enabling use cases such as automated task creation, progress monitoring, and workflow optimization without directly dealing with the complexities of the Trello API.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Retrieves all Trello boards for the authenticated user. No input parameters required.
Fetches all lists from a specified board. Parameters: board_id (string) - ID of the board.
Gets cards from a board or specific list. Parameters: board_id (string) - ID of the board, list_id (optional string) - ID of a specific list.
Retrieves detailed information about a specific card. Parameters: card_id (string) - ID of the card.