Trello MCP Server with Python
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TRELLO_TOKEN | Yes | Your Trello Token obtained from Trello Apps Administration | |
| TRELLO_API_KEY | Yes | Your Trello API key obtained from Trello Apps Administration |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_boardA | Retrieves a specific board by its ID. |
| get_boardsA | Retrieves all boards for the authenticated user. |
| get_board_labelsA | Retrieves all labels for a specific board. |
| create_board_labelC | Create label for a specific board. |
| get_listB | Retrieves a specific list by its ID. |
| get_listsA | Retrieves all lists on a given board. |
| create_listB | Creates a new list on a given board. |
| update_listB | Updates the name of a list. |
| delete_listB | Archives a list. |
| get_cardA | Retrieves a specific card by its ID. |
| get_cardsB | Retrieves all cards in a given list. |
| create_cardC | Creates a new card in a given list. |
| update_cardC | Updates a card's attributes. |
| delete_cardC | Deletes a card. |
| get_checklistB | |
| get_card_checklistsA | |
| create_checklistB | |
| update_checklistC | |
| delete_checklistB | |
| add_checkitemC | |
| update_checkitemB | |
| delete_checkitemB | |
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/m0xai/trello-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server