mcp-server-ts-trello
If you are the rightful owner of mcp-server-ts-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 TypeScript implementation of a Model Context Protocol (MCP) server for Trello integration, providing tools for AI assistants to interact with Trello boards, lists, and cards.
The Trello MCP Server is a TypeScript-based server that facilitates integration with Trello through the Model Context Protocol. It allows AI assistants to interact with Trello boards, lists, and cards by providing a set of MCP tools. The server is designed with full Trello API integration, asynchronous operations for enhanced performance, and type safety using TypeScript. It also includes comprehensive error handling and environment-based configuration to ensure robust and flexible operation. The server requires Node.js 18.x or higher and Trello API credentials for setup. It offers a range of commands for installation, building, starting the server, and running a linter.
Features
- Full Trello API integration through MCP tools
- Asynchronous operations for better performance
- Type-safe implementation using TypeScript
- Comprehensive error handling
- Environment-based configuration
Tools
get_boards
Retrieves all Trello boards for the authenticated user.
get_lists
Fetches all lists from a specified board.
get_cards
Gets cards from a board or specific list.
get_card_details
Retrieves detailed information about a specific card.