Back to MCP Servers
mcp-server379

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
  • 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

Related Entries

Keep exploring similar tools and resources in this category.

Browse MCP Servers
viewmax mcp logo

viewmax mcp

MCP Servers

ViewMax MCP is a hosted Streamable HTTP MCP server for generating AI video, images, music, speech, and sound effects, with tools for model discovery, task polling, and credit checks. Official setup is documented for Claude Web/Desktop, Claude Code, Cursor, Codex, and SDK clients.

Mobbin MCP logo

Mobbin MCP

MCP Servers

The official MCP server from Mobbin that connects AI agents to 600,000+ real app screens and design patterns so every UI they generate is grounded in proven, shipped products.

LottieFiles MCP Server logo

LottieFiles MCP Server

MCP Servers

An open-source Model Context Protocol (MCP) server that enables AI agents to search, retrieve details, and access popular Lottie animations directly from LottieFiles, seamlessly integrating motion graphics into AI workflows.

Cursor MCP logo

Cursor MCP

MCP Servers

Cursor MCP is Cursor's Model Context Protocol client support for connecting the Cursor editor and Cursor CLI agent to external MCP servers. Official docs cover stdio, SSE, Streamable HTTP, mcp.json configuration, OAuth, Marketplace plugins, and CLI management commands.

Higgsfield MCP logo

Higgsfield MCP

MCP Servers

Higgsfield MCP is Higgsfield AI's hosted MCP connector for generating images, videos, reusable characters, and creative assets from Claude or MCP-compatible agents. It uses a Higgsfield account and platform credits, with no API key documented for the official MCP connector.

Agent Reach logo

Agent Reach

MCP Servers

Agent Reach is an open-source CLI and Agent Skill that installs, routes, and health-checks upstream tools for web, social, GitHub, video transcript, RSS, and search access. It is not documented as a standalone MCP server; some channels use MCP-backed upstream tools such as mcporter/Exa, xiaohongshu-mcp, and linkedin-scraper-mcp.