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. Requires board_id (string) as input.
Gets cards from a board or specific list. Requires board_id (string) and optionally list_id (string) as input.
Retrieves detailed information about a specific card. Requires card_id (string) as input.