Trello MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TRELLO_TOKENYesYour Trello token
TRELLO_API_KEYYesYour Trello API key

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
get_boards

Get all boards for the authenticated user

get_lists

Get all lists in a board

get_cards

Get cards from a board or specific list

get_card_details

Get detailed information about a specific card

update_card

Update properties of a specific card