server-trello-mcp

server-trello-mcp

3.2

If you are the rightful owner of server-trello-mcp 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 server that integrates with Trello's API. It handles rate limiting, type safety, and error handling automatically, ensuring a smooth and efficient user experience. The server is implemented in TypeScript, offering comprehensive type definitions and input validation to ensure data integrity. It supports full Trello board integration, allowing users to interact with cards, lists, and board activities seamlessly. The server also includes built-in rate limiting to respect Trello's API limits and provides detailed error messages for various scenarios, enhancing the overall reliability and usability of the system.

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.