HomeProductivity › mcp-server-trello

mcp-server-trello

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

TypeScript
★ 443 stars Last pushed 2026-09-23 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.8.1)

npx -y @delorenj/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-server-trello": {
      "command": "npx",
      "args": [
        "-y",
        "@delorenj/[email protected]"
      ],
      "env": {
        "TRELLO_API_KEY": "<YOUR_VALUE>",
        "TRELLO_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • TRELLO_API_KEY required secret — Your Trello API key
  • TRELLO_TOKEN required secret — Your Trello token

Related servers

Data from the Official MCP Registry