Back to directory
escorza07/server-trello-mcp

escorza07/server-trello-mcp

@Escorza07

A Model Context Protocol (MCP) server that provides tools for interacting with Trello boards, with built-in rate limiting and type-safe implementation.

trellomcpproject-managementtask-managementtypescriptapiboard-managementtool

Installation & Configuration

{
  "mcpServers": {
    "trello": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-trello"
      ],
      "env": {
        "TRELLO_API_KEY": "your-api-key",
        "TRELLO_TOKEN": "your-token",
        "TRELLO_BOARD_ID": "your-board-id"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15