Trello
JSON →Interact with Trello boards, lists, and cards using the Trello REST API.
Install
npm install -g @modelcontextprotocol/inspector Tools · 10
- 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
Environment variables
YOUR_API_KEYTRELLO_API_KEYTRELLO_TOKEN
Links
★ 1 GitHub stars