Trello MCP Server

49 tools. 26 can modify or destroy data without limits.

6 destructive tools with no built-in limits. Policy required.

Last updated:

26 can modify or destroy data
23 read-only
49 tools total

Community server · catalogue entry verified 03/07/2026

How to control Trello MCP Server ↓

What Trello MCP Server exposes to your agents

Read (23) Write / Execute (20) Destructive / Financial (6)
Critical Risk

The most dangerous Trello MCP Server tools

26 of Trello MCP Server's 49 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Trello MCP Server

PolicyLayer is an MCP gateway — it sits between your AI agents and Trello MCP Server, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "deleteAttachmentFromCard": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "addAttachmentToCard": {
    "limits": [
      {
        "counter": "addattachmenttocard_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "downloadFileAttachment": {
    "limits": [
      {
        "counter": "downloadfileattachment_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Trello MCP Server — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON TRELLO →

Instant setup, no code required.

All 49 Trello MCP Server tools

WRITE 20 tools
Write addAttachmentToCard Add an attachment to a Trello card. Can attach either a URL or upload a file. Provide either Write addComment Add a comment to a Trello card. Use this to add notes, updates, or discussions to cards. Write addLabelToCard Add a label to a Trello card for categorization. Labels help organize cards by type, priority, or category. Write addMemberToCard Assign a member to a Trello card. Use this to assign responsibility for a task. Write archiveCard Archive or unarchive a Trello card. Archived cards are hidden from the board but can be restored. Write createCard Create a new card in a Trello list. Use this to add tasks, ideas, or items to your workflow. Write createCheckItemOnChecklist Create a new check item on a checklist. Use this to add individual tasks to a checklist. Write createChecklist Create a new checklist on a Trello card. Use this to organize tasks or track progress within a card. Write createChecklistOnCard Create a new checklist on a Trello card. Checklists help track subtasks and progress. Write createLabel Create a new label on a Trello board. Use this to add categorization and visual organization to your cards. Write createList Create a new list in a Trello board. Use this to add workflow columns like Write moveCard Move a card to a different list. Use this to change a card\ Write removeLabelFromCard Remove a label from a Trello card. Write removeMemberFromCard Remove a member from a Trello card. Write updateCard Update properties of an existing Trello card. Use this to change card details like name, description, due date Write updateCheckItem Update a checklist item on a Trello card. Use this to mark items complete/incomplete or rename them. Write updateChecklist Update a checklist\ Write updateChecklistField Update a specific field on a checklist (name or pos). Write updateLabel Update properties of an existing Trello label. Use this to change the label\ Write updateLabelField Update a specific field on a label. Use this for targeted updates to either the name or color field.
READ 23 tools
Read downloadFileAttachment Download a Trello card attachment file to a specified local path. Accepts a trello:// resource URI and downloa Read getAttachmentOnCard Get a specific attachment from a Trello card. If the attachment is a file (isUpload=true), the url property co Read getAttachmentsOnCard Get all attachments (files, links) for a specific Trello card. For file attachments (isUpload=true), the url p Read getBoardDetails Get detailed information about a specific Trello board, including its lists and cards. Useful for understandin Read getBoardForChecklist Get the board that a checklist belongs to. Read getBoardLabels Get all labels available on a specific Trello board for categorizing cards. Read getBoardLists Get all lists in a specific Trello board. Use this to see the workflow columns (like Read getBoardMembers Get all members who have access to a specific Trello board. Read getCard Get detailed information about a specific Trello card, including its content, status, members, and attachments Read getCardActions Get activity history and comments for a specific Trello card. Useful for tracking changes and discussions. Read getCardChecklists Get all checklists and their items for a specific Trello card. Read getCardForChecklist Get the card that a checklist belongs to. Read getCardsOnBoard Get all cards from a Trello board with optional filtering and detailed information like attachments and member Read getCheckItemOnChecklist Get detailed information about a specific check item on a checklist. Read getCheckItemsOnChecklist Get all check items on a checklist. Read getChecklist Get detailed information about a specific checklist, including its check items. Read getChecklistField Get a specific field value from a checklist (name or pos). Read getLabel Get detailed information about a specific Trello label, including its name, color, and usage. Read getListCards Get all cards in a specific Trello list. Use this to see all tasks/items in a workflow column. Read getMember Get details about a specific Trello member/user, including their boards and profile information. Read getUserBoards Get all boards accessible to the current user. This is the starting point for exploring your Trello workspace. Read listBoards List all Trello boards accessible to the user. Use this to see all boards you have access to, or filter by sta Read search Search across Trello content (boards, cards, members, organizations). Use this to find specific items by keywo

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Trello MCP Server

Can an AI agent delete data through the Trello MCP Server MCP server? +

Yes. The Trello MCP Server server exposes 6 destructive tools including deleteAttachmentFromCard, deleteCard, deleteCheckItem. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Trello MCP Server? +

The Trello MCP Server server has 20 write tools including addAttachmentToCard, addComment, addLabelToCard. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Trello MCP Server.

How many tools does the Trello MCP Server MCP server expose? +

49 tools across 3 categories: Destructive, Read, Write. 23 are read-only. 26 can modify, create, or delete data.

How do I enforce a policy on Trello MCP Server? +

Register the Trello MCP Server MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Trello MCP Server tool call.

Deterministic rules across all 49 Trello MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

49 Trello MCP Server tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.