← Index

io.github.delorenj/mcp-server-trello

io.github.delorenj/mcp-server-trello·v1.5.6·Productivity & Project Mgmt
Quality Score
76
/100

MCP server for Trello boards with rate limiting, type safety, and comprehensive API integration.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server-trello": {
      "command": "npx",
      "args": [
        "-y",
        "@delorenj/mcp-server-trello"
      ],
      "env": {
        "TRELLO_API_KEY": "<your-trello_api_key>",
        "TRELLO_TOKEN": "<your-trello_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server-trello": {
      "command": "npx",
      "args": [
        "-y",
        "@delorenj/mcp-server-trello"
      ],
      "env": {
        "TRELLO_API_KEY": "<your-trello_api_key>",
        "TRELLO_TOKEN": "<your-trello_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @delorenj/mcp-server-trello
§02  Environment variables
TRELLO_API_KEY
requiredsecret

Your Trello API key

TRELLO_TOKEN
requiredsecret

Your Trello token

§03  MCP Quality Score  ·  methodology
freshness
11
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Productivity & Project Mgmt