Claude MCP Trello

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TRELLO_TOKENYesYour Trello token
TRELLO_API_KEYYesYour Trello API key
TRELLO_BOARD_IDYesThe ID of your Trello board

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
trello_get_cards_by_list

Retrieves a list of cards contained in the specified list ID.

trello_get_lists

Retrieves all lists in the board.

trello_get_recent_activity

Retrieves the most recent board activity. The 'limit' argument can specify how many to retrieve.

trello_add_card

Adds a card to the specified list.

trello_update_card

Updates the content of a card.

trello_archive_card

Archives (closes) the specified card.

trello_add_list

Adds a new list to the board.

trello_archive_list

Archives (closes) the specified list.

trello_get_my_cards

Retrieves all cards related to your account.

trello_search_all_boards

Performs a cross-board search across all boards in the workspace (organization) (depending on plan/permissions).