A
licenseNot graded
qualityD
maintenanceEnables AI assistants to manage Trello boards, lists, cards, labels, checklists, members, comments, and attachments through natural language.
234 npm
ISC
No user-submitted related servers found.
Scored across 16 tools
Every tool has a clearly distinct purpose. For example, add_checklist, add_checklist_item, and set_check_item each handle different aspects of checklist management, avoiding any overlap.
All tool names follow a consistent verb_noun pattern (e.g., add_checklist, list_boards, archive_card) using snake_case, making it easy to predict functionality.
With 16 tools, the set is well-scoped for a Trello MCP server, covering essential operations without being overwhelming or sparse.
The set covers core CRUD for cards, checklists, labels, comments, and members. Minor gaps include no tool to create a new label or list, but the main workflow is complete.