Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TRELLO_TOKENYesYour Trello token
TRELLO_API_KEYYesYour Trello API key
TRELLO_BASE_URLNoBase URL for Trello API
TRELLO_BOARD_IDNoDefault board ID
TRELLO_IDENTITYNoIdentity name for multiple accounts

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/KharalDipendra/trello-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server