Trello MCP Server
by gh-hirokuma
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TRELLO_TOKEN | Yes | Trello access token generated from Trello Developer Portal | |
| TRELLO_API_KEY | Yes | Trello API Key obtained from Trello Developer Portal |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| tre__get_boardsB | Get all boards for the authenticated user |
| tre__get_listsB | Get all lists in a board |
| tre__get_cardsC | Get all cards in a list |
| tre__create_cardC | Create a new card in a list |
| tre__update_cardC | Update an existing card |
| tre__delete_cardC | Delete a card |
| tre__invite_to_boardC | Invite a member to a board by email |
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
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/gh-hirokuma/trello-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server