trello-guardrails-mcp
Related Servers
Alternatives to trello-guardrails-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables Claude to manage Trello boards, lists, and cards through natural language.232 npmISC
- AlicenseNot gradedqualityBmaintenanceEnables Claude to read, write, and report on Trello boards and cards through permissioned MCP tools, with an optional CLI for Claude Code. It supports safe, non-destructive operations with fuzzy name matching and export capabilities.232 npmMIT
- AlicenseNot gradedqualityCmaintenanceEnables Claude to manage Trello boards, lists, cards, labels, and checklists via the Trello REST API, allowing natural language task management.232 npmISC
- AlicenseNot gradedqualityDmaintenanceEnables Claude to manage Trello boards, lists, and cards through natural language, using tools like list_boards, add_card, and move_card.MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI assistants like Claude to interact with Trello boards through natural language, supporting board operations including card management, list manipulation, attachments, labels, comments, checklists, and daily workflow automation.-
- FlicenseNot gradedqualityDmaintenanceEnables Claude to interact with Trello boards, lists, cards, and labels through a set of MCP tools.-
TDQS
Scored across 14 tools
Each tool targets a distinct Trello resource and action. Even similar tools like get_cards vs get_card_details and create_label vs add_label are clearly separated by their descriptions.
All tool names follow a consistent snake_case verb_noun pattern, such as get_boards, create_card, archive_list, and move_card. There are no mixed conventions or vague verbs.
14 tools is well-scoped for a Trello server, covering boards, lists, cards, labels, comments, and search without unnecessary duplication. Each tool earns its place in the set.
The toolset covers core Trello workflows well: listing, creating, updating, archiving, moving, commenting, labeling, and searching. Minor gaps exist, such as no create_board, no get_labels, and no remove_label_from_card, but common agent workflows are still achievable.