McpMux
Back to Registry

Trello (npx) MCP Server

Community

Contributed by delorenj

Manage Trello boards, lists, cards, comments, attachments, checklists, and custom fields via the Trello REST API. Provides 40+ tools with built-in rate limiting and workspace navigation.

About the Trello (npx) MCP Server

The Trello (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Manage Trello boards, lists, cards, comments, attachments, checklists, and custom fields via the Trello REST API. Provides 40+ tools with built-in rate limiting and workspace navigation. This is a community-contributed MCP server by delorenj.

Install the Trello (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@delorenj/mcp-server-trello"
  ],
  "env": {
    "TRELLO_API_KEY": "${input:TRELLO_API_KEY}",
    "TRELLO_TOKEN": "${input:TRELLO_TOKEN}",
    "TRELLO_BOARD_ID": "${input:TRELLO_BOARD_ID}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "TRELLO_API_KEY",
        "label": "Trello API Key",
        "description": "Your Trello API key. Obtain it from the Trello Power-Ups admin / app-key page while logged in.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "********************************",
        "obtain": {
          "url": "https://trello.com/app-key",
          "instructions": "1. Log in to Trello\n2. Open https://trello.com/app-key\n3. Copy the API Key shown at the top of the page",
          "button_label": "Get API Key"
        }
      },
      {
        "id": "TRELLO_TOKEN",
        "label": "Trello Token",
        "description": "Trello API token generated from your API key. Grants the server access to act on your behalf.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "********************************************************************",
        "obtain": {
          "url": "https://trello.com/app-key",
          "instructions": "1. Open https://trello.com/app-key\n2. Under the API Key, click the 'Token' link (Manually generate a Token)\n3. Approve the requested permissions\n4. Copy the generated token",
          "button_label": "Generate Token"
        }
      },
      {
        "id": "TRELLO_BOARD_ID",
        "label": "Default Board ID",
        "description": "Optional default Trello board ID (deprecated). Can be omitted and changed at runtime via the set_active_board tool.",
        "type": "text",
        "required": false,
        "secret": false,
        "placeholder": "5f1d2c3b4a5e6f7a8b9c0d1e"
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
Tools

Categories

Tags

trellokanbanboardscardsproject-managementproductivity

Supported AI Clients

The Trello (npx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Trello (npx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.