← Back to Plugins
MCP Server MCP

Trello

github By github 👁 1 views ▲ 0 votes

MCP server for Trello — manage boards, lists, cards, attachments and more via Claude or Gemini

Homepage Verified source GitHub

Install

uvx trellio-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "trellio-mcp",
      "version": "0.12.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Trello API Key (from https://trello.com/power-ups/admin)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "TRELLO_API_KEY"
        },
        {
          "description": "Trello API Token",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "TRELLO_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...