trello-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TRELLO_TOKEN | Yes | Your Trello token | |
| TRELLO_API_KEY | Yes | Your Trello API key | |
| TRELLO_BASE_URL | No | Base URL for Trello API | |
| TRELLO_BOARD_ID | No | Default board ID | |
| TRELLO_IDENTITY | No | Identity name for multiple accounts |
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_whoamiA | Return the Trello member authenticated for this MCP server. |
| trello_list_workspacesA | List Trello workspaces visible to the authenticated member. |
| trello_list_boardsA | List open Trello boards visible to the authenticated member. |
| trello_get_boardB | Return metadata for a Trello board. |
| trello_list_listsC | List lists on a Trello board. |
| trello_list_cardsB | List cards on a board, optionally filtered by exact list name. |
| trello_get_cardC | Return key details for a Trello card. |
| trello_search_cardsA | Search cards by text. Uses TRELLO_BOARD_ID when boardId is omitted. |
| trello_create_cardB | Create a card by list id or by exact list name. |
| trello_update_cardB | Update a Trello card title, description, due date, or archive state. |
| trello_move_cardB | Move a card to a destination list id or exact list name. |
| trello_add_commentB | Add a comment to a Trello card. |
| trello_archive_cardA | Archive a Trello card. Prefer this over permanent deletion. |
| trello_add_checklistB | Add a checklist to a Trello card. |
| trello_add_check_itemB | Add an item to an existing Trello checklist. |
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/KharalDipendra/trello-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server