Back to Catalog
mcp-server1

Trello MCP Server

Popular community Model Context Protocol (MCP) server for Trello that connects AI agents like Claude, Cursor, and Windsurf directly to your boards for natural language management of cards, lists, checklists, comments, attachments, and workflows.

Overview

Trello MCP Server (delorenj/mcp-server-trello) is the most popular community implementation of the Model Context Protocol for Trello. It bridges AI coding assistants directly to the Trello REST API, enabling full read/write access to boards, lists, cards, checklists, comments, attachments, and activity.

Powered by Bun (since v1.5.0 for 2.8–4.4× performance), it includes built-in rate limiting, type safety, dynamic multi-board/workspace switching, and robust error handling.

Key Features

  • Board & Workspace Tools: List boards/workspaces, dynamic active board/workspace switching with persistence
  • Card Operations: Create, update, move, archive, get full details (including checklists, labels, members, comments, attachments)
  • List Management: Retrieve, add, and archive lists
  • Checklist Tools: Full CRUD + smart features like get acceptance criteria and search items by description
  • Comments: Add, update, delete, and retrieve comments
  • Attachments: Upload images/files from URLs or local file:// paths
  • Additional: Get my cards, recent activity, Markdown export, rate limiting (300 req/10s per key)

How It Works

  1. Generate Trello API Key (trello.com/app-key) and Token
  2. Configure and run the MCP server (local or via registry)
  3. Connect to your AI agent
  4. Prompt naturally, e.g., “Create a new card in the To Do list for the landing page redesign with due date next week and attach this screenshot” or “Move all high-priority cards to Doing and add a comment”

Installation & Setup

MCP Registry (Recommended) Search for mcp-server-trello or io.github.delorenj/mcp-server-trello in your client.

Quick Start (bunx – fastest)

{
  "mcpServers": {
    "trello": {
      "command": "bunx",
      "args": ["@delorenj/mcp-server-trello"],
      "env": {
        "TRELLO_API_KEY": "your-key",
        "TRELLO_TOKEN": "your-token"
      }
    }
  }
}

Smithery (Claude Desktop)

bunx -y @smithery/cli install @delorenj/mcp-server-trello --client claude

Docker or npm global install also supported.

Supported AI Agents

  • Claude Desktop / Claude Code
  • Cursor
  • Windsurf
  • Any MCP-compatible client

Use Cases

  • AI-powered task creation from meeting notes or emails
  • Automated sprint planning and card movement
  • Daily status reports and overdue reminders
  • Team assignment and comment automation
  • Personal productivity agents that manage your personal Kanban

Official Links

  • GitHub Repository: https://github.com/delorenj/mcp-server-trello
  • npm Package: @delorenj/mcp-server-trello
  • Trello API: https://developer.atlassian.com/cloud/trello/rest/

Tags

mcp-servertrellomcpkanbanproject-managementtask-managementai-agentclaudecursoratlassian