← Back to Plugins
MCP Server MCP

Trello MCP Server

github By github 👁 1 views ▲ 0 votes

MCP server for the Trello REST API – manage boards, lists, cards, labels, checklists and more

Homepage Verified source GitHub

Install

uvx trello-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "trello-mcp",
      "version": "1.6.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key from Trello Power-Up admin (https://trello.com/power-ups/admin)",
          "isRequired": true,
          "isSecret": true,
          "name": "TRELLO_API_KEY"
        },
        {
          "description": "User token generated for your Trello API key",
          "isRequired": true,
          "isSecret": true,
          "name": "TRELLO_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...