delorenj_mcp-server-trello
If you are the rightful owner of delorenj_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 and lists, while ensuring compliance with Trello's API usage policies. The server is implemented in TypeScript, offering type-safe operations and input validation to prevent errors and ensure smooth integration. 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
get_cards_by_list_id
Fetch all cards from a specific list.
get_lists
Retrieve all lists from the configured board.
get_recent_activity
Fetch recent activity on the board.
add_card_to_list
Add a new card to a specified list.
update_card_details
Update an existing card's details.
archive_card
Send a card to the archive.
add_list_to_board
Add a new list to the board.
archive_list
Send a list to the archive.
get_my_cards
Fetch all cards assigned to the current user.