Trello Project Management
Unified capability for teams to manage projects, tasks, and workflows using Trello's kanban-style boards. Provides board management, card tracking, list organization, team collaboration, and search for project managers, developers, and team leads.
What You Can Do
MCP Tools
get-board
Get a Trello board by ID including metadata and settings.
create-board
Create a new Trello board for a project or team workflow.
get-board-cards
Get all cards on a board to review the full task backlog or sprint.
get-board-lists
Get all lists on a board (workflow columns like To Do, In Progress, Done).
get-board-members
Get all team members with access to a board.
create-card
Create a new task card on a Trello list with name, description, and due date.
get-card
Get a specific Trello card including description, labels, due date, and members.
update-card
Update a Trello card to change name, description, due date, or move to another list.
delete-card
Permanently delete a Trello card.
create-list
Create a new workflow column (list) on a Trello board.
get-list-cards
Get all cards in a specific Trello list (workflow column).
get-member-boards
Get all Trello boards accessible to a specific member.
search
Search across Trello for boards, cards, or members matching a query.
create-webhook
Create a webhook to receive real-time notifications when Trello resources change.