Trello MCP Server
Related Servers
Alternatives to Trello MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables interaction with Trello boards through comprehensive card, list, and board management tools. Includes built-in rate limiting, type safety, and support for operations like creating cards, updating details, managing members, and tracking board activity.141 npm10MIT
- AlicenseNot gradedqualityDmaintenanceProvides seamless integration with Trello's API to manage boards, lists, and cards through natural language. It supports full CRUD operations, card movement, and the ability to load Trello resources directly into an LLM's context for analysis.MIT
- AlicenseBqualityCmaintenanceEnables AI agents to manage Trello boards, lists, cards, checklists, and workspace navigation through 23 typed MCP tools, with rate limiting and validation.31MIT
- AlicenseNot gradedqualityAmaintenanceFacilitates interaction with Trello boards via the Trello API, offering features like rate limiting, type safety, input validation, and error handling for seamless management of cards, lists, and board activities.2,030 npm438MIT
- AlicenseBqualityDmaintenanceEnables seamless integration with Trello boards, allowing users to manage cards, lists, and activities while automatically handling rate limiting and providing type safety.9MIT
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Trello boards, lists, and cards through the Trello REST API. Supports board management, card operations, member management, labels, and checklists through natural language.267 npm1ISC
TDQS
Scored across 25 tools
Most tools have distinct purposes, but some overlap exists, e.g., between get_cards_by_list_id and get_my_cards, or get_card_history and get_recent_activity. Descriptions help differentiate but minor ambiguity remains.
Most tool names follow a verb_noun pattern (e.g., add_card_to_list, archive_list). However, there are minor deviations like get_active_board_info (verb_adjective_noun) and get_cards_by_list_id (preposition). Overall consistent.
With 25 tools, the server covers a broad Trello domain but feels slightly heavy. Most tools are justified, though some could be combined (e.g., get_board_members vs assign/remove). Still reasonable.
Covers key CRUD for boards, lists, cards, labels, and members. Notable gaps: no tool to delete a board, list, or card (only archive), and no unarchive operation. Missing update board/list details.