Loading languages...
TR

trello-report-mcp

@GuilhermeBarroso-sys

A Model Context Protocol (MCP) server for generating Trello board reports by quarter or year. This tool allows you to generate detailed reports of your Trello boards' activity for specific time periods.

trello
report
project-management

# mcpServer Config

{
  "mcpServers": {
    "trello-reports": {
      "command": "node",
      "args": [
        "/path/to/trello-report-mcp/dist/index.js"
      ],
      "env": {
        "TRELLO_API_KEY": "your_trello_api_key",
        "TRELLO_API_TOKEN": "your_trello_api_token"
      }
    }
  }
}

# stdio

node /path/to/trello-report-mcp/dist/index.js
Transport:
stdio
언어:
TypeScript
생성됨:4/13/2025
업데이트됨:5/27/2025
홈페이지: