MCP Servers / productivity / Trello

Trello

JSON →
none1productivity

Interact with Trello boards, lists, and cards using the Trello REST API.

Install
How to run this server
[ { "cmd": "npm install -g @modelcontextprotocol/inspector", "imports": [] } ]
server path: trello-3
Tools
What this server exposes
create_board
Creates a new Trello board
create_list
Creates a new list on a specified Trello board
create_card
Creates a new card in a specified Trello list
get_board
Retrieves details of a specific Trello board
get_list
Retrieves details of a specific Trello list
get_card
Retrieves details of a specific Trello card
update_card
Updates an existing Trello card
delete_card
Deletes a specific Trello card
add_comment
Adds a comment to a Trello card
get_board_members
Retrieves members of a specific Trello board
Configuration
Environment & auth
authnone
envYOUR_API_KEY
envTRELLO_API_KEY
envTRELLO_TOKEN
Resources