A
licenseNot graded
qualityB
maintenanceEnables AI agents to interact with Trello boards through MCP tools, including listing tasks, moving cards, commenting, labeling, and managing attachments.
277 npm
1
MIT
No user-submitted related servers found.
Scored across 4 tools
Each tool targets a distinct action on Trello cards: add, list, complete, and delete. There is no overlap in functionality.
All tool names follow a consistent verb_noun pattern (complete_task, delete_task, add_task, list_tasks), making them predictable.
With 4 tools, the server is well-scoped for a basic task manager, covering essential operations without unnecessary bloat.
The server lacks an update tool for modifying card details (e.g., description, due dates) and a get-single-card tool, which are notable gaps for a task manager.