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
ホームページ: