MCP server for the Trello REST API – manage boards, lists, cards, labels, checklists and more
{
"mcpServers": {
"trello": {
"env": {
"TRELLO_TOKEN": "your-token",
"TRELLO_API_KEY": "your-api-key"
},
"args": [
"trello-mcp"
],
"command": "uvx"
}
}
}MCP server for the Trello REST API – manage boards, lists, cards, labels, checklists and more
Is it safe?
No known CVEs for trello-mcp.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 4 days ago. 1 stars.
Will it work with my client?
Transport: stdio, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
Context cost
26 tools. ~1,000 tokens (0.5% of 200K). Consider loading selectively.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx trello-mcp 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
list_my_boardsList all boards for the authenticated user
get_boardGet details of a single board
get_board_listsGet all lists on a board
create_listCreate a new list on a board
get_list_cardsGet all cards in a list
get_board_cardsGet all cards on a board
get_cardGet details of a single card
create_cardCreate a new card in a list
update_cardUpdate one or more fields on a card
move_cardMove a card to a different list/board
This server is missing a description.If you've used it, help the community.
Add informationNo known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.