trello-mcp-server
If you are the rightful owner of trello-mcp-server 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 the Trello API. Built on the Generic MCP Server Template.
The Trello MCP Server is a robust and modular server designed to facilitate seamless interaction with the Trello API. It offers comprehensive API coverage, allowing users to perform all major Trello operations such as managing boards, lists, cards, members, labels, and checklists. The server is built with a modular architecture, ensuring a clear separation of concerns and a well-defined structure. It is developed using TypeScript, providing full type safety and robust error handling throughout the codebase. The server is designed to be easily configurable, with support for environment variables and command line arguments. It includes a centralized configuration system and comprehensive error handling mechanisms, making it a reliable choice for developers looking to integrate Trello functionalities into their applications.
Features
- Trello Integration: Complete access to Trello boards, lists, cards, and more.
- Comprehensive API Coverage: Support for all major Trello operations.
- Modular Architecture: Clear separation of concerns with a well-defined structure.
- Type Safety: Full TypeScript support with proper typing for Trello objects.
- Error Handling: Robust error management throughout the codebase.
Tools
Board Tools
Tools for managing Trello boards, including creation, updating, and deletion.
List Tools
Tools for managing Trello lists, including creation, updating, and archiving.
Card Tools
Tools for managing Trello cards, including creation, updating, and commenting.
Member Tools
Tools for managing Trello members, including retrieval and updating of member information.
Label Tools
Tools for managing Trello labels, including creation, updating, and deletion.
Checklist Tools
Tools for managing Trello checklists, including creation, updating, and deletion.