Claude MCP TrelloServer

hrs-asano
GitHub
Project ManagementApp AutomationTrello

Loading subscription status...

💡 Description

A Model Context Protocol (MCP) server that provides tools for interacting with Trello boards, enabling the management of cards, lists, and board activities while adhering to Trello's API rate limits and integrating seamlessly with its API.

📝 JSON Entries

{
  "mcpServers": [
    {
      "trello": {
        "env": {
          "TRELLO_TOKEN": "{YOUR_TOKEN}",
          "TRELLO_API_KEY": "{YOUR_KEY}",
          "TRELLO_BOARD_ID": "{YOUR_BOARD_ID}"
        },
        "args": [
          "{YOUR_PATH}/claude-mcp-trello/build/index.js"
        ],
        "command": "{YOUR_NODE_PATH}"
      }
    }
  ]
}

🛠️ Tools

trello_get_cards_by_listtrello_get_liststrello_get_recent_activitytrello_add_cardtrello_update_cardtrello_archive_cardtrello_add_listtrello_archive_listtrello_get_my_cardstrello_search_all_boards

Features

  • Full Trello Board integration
  • Built-in rate limiting
  • Type-safe implementation using TypeScript
  • Input validation for all API inputs
  • Elegant error handling

💬 Example Queries

  • Get all cards in the specified list
  • Retrieve recent activities in the board
  • Add a new card to the list