Trello MCP Server
by lzvxck
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TRELLO_TOKEN | Yes | Your Trello API token. | |
| TRELLO_API_KEY | Yes | Your Trello API key. | |
| TRELLO_BASE_URL | No | Base URL for the Trello API. | https://api.trello.com/1 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_boardsA | List all open Trello boards |
| read_boardB | Read lists and cards from a specific board |
| create_listB | Create a new list in a specific board |
| create_cardC | Create a new card in a specific list |
| move_cardB | Move a card to a different list |
| add_commentB | Add a comment to a card |
| archive_cardB | Archive a card |
| archive_listC | Archive a list |
| delete_boardC | Delete a board |
| update_list_nameC | Update a list name |
| update_card_nameC | Update a card name |
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/lzvxck/trello-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server