MCP Servers / productivity / Trello

Trello

JSON →
none1productivity

Integrates with Trello to manage projects, boards, and cards, using Nango for authentication.

Install
How to run this server
[ { "cmd": "pip install -e", "imports": [] } ]
server path: trello-2
Tools
What this server exposes
trello_get_my_boards
Get all your boards
trello_get_board
Get specific board details
trello_create_board
Create new boards
trello_update_board
Update board information
trello_delete_board
Delete boards
trello_get_board_lists
Get all lists on a board
trello_get_board_cards
Get all cards on a board
trello_get_board_members
Get board members
trello_create_list
Create new lists
trello_update_list
Update list details
trello_archive_list
Archive lists
trello_get_list_cards
Get cards in a specific list
trello_create_card
Create new cards
trello_get_card
Get card details
trello_update_card
Update cards (including moving between lists)
trello_delete_card
Delete cards
trello_add_comment_to_card
Add comments to cards
trello_add_attachment_to_card
Add attachments to cards
trello_search
Search across Trello for boards, cards, members, etc.
Configuration
Environment & auth
authnone
envNANGO_BASE_URL
envNANGO_SECRET_KEY
envNANGO_CONNECTION_ID
envNANGO_INTEGRATION_ID
envTRELLO_CLIENT_ID
Resources
Trello — MCP Server · libregistry