← Back to Plugins
MCP Server MCP

Trello MCP Server

github By github 👁 1 views ▲ 0 votes

Manage Trello boards, lists, and cards from any MCP-compatible AI assistant

Homepage Verified source GitHub

Install

uvx fastmcp-trello

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "fastmcp-trello",
      "version": "0.5.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Trello API key from https://trello.com/power-ups/admin",
          "isRequired": true,
          "isSecret": true,
          "name": "TRELLO_API_KEY"
        },
        {
          "description": "Trello API token",
          "isRequired": true,
          "isSecret": true,
          "name": "TRELLO_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...