diegofornalha_mcp-server-trello

diegofornalha_mcp-server-trello

3.2

If you are the rightful owner of diegofornalha_mcp-server-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.

The MCP Server Trello is designed to facilitate interaction with Trello boards by providing a robust interface that handles API rate limiting, type safety, and error management. It allows users to perform various operations on Trello boards, such as managing cards, lists, and board activities, while ensuring compliance with Trello's API usage policies. The server is implemented in TypeScript, offering comprehensive type definitions and input validation to ensure reliable and error-free operations. With built-in error handling, users receive informative messages for any issues encountered during API interactions.

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. get_cards_by_list_id

    Fetch all cards from a specific list.

  2. get_lists

    Retrieve all lists from the configured board.

  3. get_recent_activity

    Fetch recent activity on the board.

  4. add_card_to_list

    Add a new card to a specified list.

  5. update_card_details

    Update an existing card's details.

  6. archive_card

    Send a card to the archive.

  7. add_list_to_board

    Add a new list to the board.

  8. archive_list

    Send a list to the archive.

  9. get_my_cards

    Fetch all cards assigned to the current user.