MCP Server Trello
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TRELLO_TOKEN | Yes | Trello token created from the API key | |
| TRELLO_API_KEY | Yes | Trello API key from https://trello.com/app-key | |
| TRELLO_BOARD_ID | No | Optional default board ID | |
| TRELLO_WORKSPACE_ID | No | Optional default workspace ID |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_cards_by_list_idB | Fetch cards from a specific Trello list on a specific board |
| get_listsA | Retrieve all lists from the specified board |
| get_recent_activityB | Fetch recent activity on the Trello board |
| add_card_to_listA | Add a new card to a specified list on a specific board |
| update_card_detailsB | Update an existing card's details on a specific board |
| archive_cardB | Send a card to the archive on a specific board |
| move_cardB | Move a card to a different list, potentially on a different board |
| add_list_to_boardB | Add a new list to the specified board |
| archive_listB | Send a list to the archive on a specific board |
| get_my_cardsA | Fetch all cards assigned to the current user |
| attach_image_to_cardA | Attach an image (or any file) to a card from a URL on a specific board |
| get_card_attachmentsA | List all attachments on a card (metadata: id, name, url, fileName, mimeType, bytes). Use download_attachment to fetch the actual file content. |
| download_attachmentA | Download the binary content of a card attachment. Trello-hosted attachments on private boards require authentication that a plain URL fetch lacks (401) — this tool sends the correct credentials. Returns an image block for images, otherwise base64 + metadata. |
| delete_attachmentB | Remove an attachment from a card |
| list_boardsA | List all boards the user has access to |
| set_active_boardA | Set the active board for future operations |
| list_workspacesA | List all workspaces the user has access to |
| set_active_workspaceA | Set the active workspace for future operations |
| list_boards_in_workspaceA | List all boards in a specific workspace |
| get_active_board_infoB | Get information about the currently active board |
| get_cardA | Get detailed information about a specific Trello card |
| add_commentA | Add a comment to a card |
| get_board_labelsA | List all labels defined on a board |
| get_board_membersA | List all members of a board |
| assign_memberB | Assign a member to a card |
| unassign_memberA | Remove a member from a card |
| get_checklist_itemsA | Get all items from a checklist by name |
| add_checklist_itemC | Add a new item to a checklist |
| find_checklist_items_by_descriptionC | Search for checklist items containing specific text in their description |
| get_acceptance_criteriaB | Get all items from the "Acceptance Criteria" checklist |
| get_checklist_by_nameA | Get a complete checklist with all its items and completion percentage |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ftaricano/mcp-server-trello'
If you have feedback or need assistance with the MCP directory API, please join our Discord server