claude-mcp-trello

claude-mcp-trello

3.4

If you are the rightful owner of claude-mcp-trello and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server that provides tools for interacting with Trello boards, enabling seamless integration with Trello's API.

Claude MCP Trello is a server designed to facilitate interaction with Trello boards through the Model Context Protocol. It offers comprehensive integration with Trello's API, ensuring that users can manage cards, lists, and board activities efficiently. The server is built with TypeScript, providing type safety and robust input validation. It also includes built-in rate limiting to adhere to Trello's API constraints and features graceful error handling to provide informative feedback in case of issues. This server is ideal for developers looking to automate Trello board management while ensuring compliance with API usage policies.

Features

  • Full Trello Board Integration: Interact with cards, lists, and board activities.
  • Built-in Rate Limiting: Respects Trello's API limits (300 requests/10s per API key, 100 requests/10s per token).
  • Type-Safe Implementation: Written in TypeScript with comprehensive type definitions.
  • Input Validation: Robust validation for all API inputs.
  • Error Handling: Graceful error handling with informative messages.

Tools

  1. trello_get_cards_by_list

    Retrieves a list of cards contained in the specified list ID.

  2. trello_get_lists

    Retrieves all lists in the board.

  3. trello_get_recent_activity

    Retrieves the most recent board activity.

  4. trello_add_card

    Adds a card to the specified list.

  5. trello_update_card

    Updates the content of a card.

  6. trello_archive_card

    Archives (closes) the specified card.

  7. trello_add_list

    Adds a new list to the board.

  8. trello_archive_list

    Archives (closes) the specified list.

  9. trello_get_my_cards

    Retrieves all cards related to your account.

  10. trello_search_all_boards

    Performs a cross-board search across all boards in the workspace.