Facilitates interaction with Trello boards via the Trello API, offering features like rate limiting, type safety, input validation, and error handling for seamless management of cards, lists, and board activities.
Fetch all cards from a specific list. Parameters: listId (string) - ID of the Trello list
Retrieve all lists from the configured board. Parameters: None
Fetch recent activity on the board. Parameters: limit (optional number) - Number of activities to fetch (default: 10)
Add a new card to a specified list. Parameters: listId (string) - ID of the list to add the card to, name (string) - Name of the card, description (optional string) - Description of the card, dueDate (optional string) - Due date (ISO 8601 format), labels (optional array of strings) - Array of label IDs
Update an existing card's details. Parameters: cardId (string) - ID of the card to update, name (optional string) - New name for the card, description (optional string) - New description, dueDate (optional string) - New due date (ISO 8601 format), labels (optional array of strings) - New array of label IDs
Send a card to the archive. Parameters: cardId (string) - ID of the card to archive
Add a new list to the board. Parameters: name (string) - Name of the new list
Send a list to the archive. Parameters: listId (string) - ID of the list to archive
Fetch all cards assigned to the current user. Parameters: None
No reviews yet. Be the first to review!
Sign in to join the conversation
After downloading, you can run the MCP server in any client or IDE:
node path/to/downloaded/file.mjs