diegofornalha_mcp-server-trello
0
The MCP Server Trello is designed to interface seamlessly with Trello's API, offering robust features for managing boards, lists, and cards. It includes automated rate limiting, input validation, and comprehensive error handling to ensure smooth operation.
MCP Server Trello
A Model Context Protocol (MCP) server that integrates with Trello, providing tools for interaction with Trello boards. Features:
- Full Trello board integration with cards, lists, and activities.
- Built-in rate limiting compliant with Trello's API limits.
- Type-safe implementation with input validation and comprehensive error handling.
Installation
Use npm to install the package.
Configuration
Requires Trello API Key, Token, and Board ID.
Available Tools
- Get cards by list ID
- Get lists
- Fetch recent board activity
- Add/update cards
- Archive cards/lists
- Add lists to boards
Rate Limiting
Complies with Trello's API with automatic handling.
Error Handling
Provides detailed error messages for common issues.