Skip to main content
Glama
lzvxck

Trello MCP Server

by lzvxck

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TRELLO_TOKENYesYour Trello API token.
TRELLO_API_KEYYesYour Trello API key.
TRELLO_BASE_URLNoBase URL for the Trello API.https://api.trello.com/1

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 11 tools

Disambiguation5/5

Each tool targets a distinct action on a specific Trello entity (board, list, card, comment). There is no overlap; for example, read_board reads a board's contents while list_boards lists all boards, and move_card vs archive_card are clearly different.

Naming Consistency5/5

All tool names consistently use snake_case with a verb_noun pattern (e.g., create_card, archive_list, update_card_name). The verbs (add, archive, create, delete, list, move, read, update) are descriptive and uniformly applied across the tool set.

Tool Count5/5

With 11 tools, the set covers the core operations for managing Trello boards, lists, and cards. The count is well-balanced—not too few to be incomplete and not too many to be overwhelming—suitable for a focused Trello MCP server.

Completeness3/5

The server provides essential operations for boards (list, read, delete), lists (create, archive, rename), and cards (create, archive, move, rename, comment). However, it lacks board creation and card deletion, which are common lifecycle operations, leaving notable gaps for a full Trello workflow.

Maintenance

ActivityInactive
ResponsivenessUnresponsive