trello-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TRELLO_TOKEN | Yes | Your Trello API token from https://trello.com/power-ups/admin | |
| TRELLO_API_KEY | Yes | Your Trello API key from https://trello.com/power-ups/admin |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| trello_project_infoA | Show the active project, configured boards, aliases, and default board from .trello-mcp.json. |
| trello_project_overviewB | Dashboard view of all boards configured for this project, including lists and card titles. |
| trello_get_meA | Verify your Trello connection and return the authenticated member profile. |
| trello_list_boardsB | List boards for the current context. With project config, returns only boards selected for this project. |
| trello_get_my_cardsB | List cards assigned to you. Optionally scoped to project boards. |
| trello_get_boardA | Get a board with open lists and cards. Uses project default board when board is omitted. |
| trello_list_listsA | List open lists on a board. |
| trello_get_recent_activityB | Fetch recent activity on a board. |
| trello_get_cards_in_listC | Get open cards in a list. |
| trello_get_cardB | Get full card details including comments, checklists, members, and attachments. |
| trello_create_cardC | Create a new card in a list. |
| trello_update_cardB | Update a card (name, description, due date, labels, list, archive state). |
| trello_move_cardC | Move a card to another list. |
| trello_archive_cardC | Archive a card. |
| trello_add_listC | Add a new list to a board. |
| trello_add_checklistC | Add a checklist to a card. |
| trello_add_checklist_itemC | Add an item to a checklist. |
| trello_update_checklist_itemC | Update a checklist item (text or completion state). |
| trello_delete_checklist_itemC | Delete a checklist item. |
| trello_add_commentC | Add a comment to a card. |
| trello_get_card_commentsA | Get comments on a card without fetching full card data. |
| trello_update_commentC | Update an existing comment. |
| trello_delete_commentC | Delete a comment. |
| trello_searchC | Search cards and boards. Scoped to project boards by default when configured. |
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
- 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/asim-altayb/trello-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server