andypost_mcp-server-ts-trello

andypost_mcp-server-ts-trello

3.1

If you are the rightful owner of andypost_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 integrates with Trello's API to facilitate interaction with Trello boards, lists, and cards. It is designed to be used by AI assistants, providing a robust and type-safe environment for managing Trello data. The server supports asynchronous operations for improved performance and includes comprehensive error handling to manage API authentication errors, rate limiting, network issues, and invalid request parameters. The server is configured using environment variables, ensuring flexibility across different environments. It requires Node.js 18.x or higher and Trello API credentials for operation.

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

  1. get_boards

    Retrieves all Trello boards for the authenticated user.

  2. get_lists

    Fetches all lists from a specified board.

  3. get_cards

    Gets cards from a board or specific list.

  4. get_card_details

    Retrieves detailed information about a specific card.