Trello

v1.5.6Business Applicationsstable

Facilitates interaction with Trello boards via the Trello API, offering features like rate limiting, type safety, input validation, and error handling for seamless management of cards, lists, and board activities.

mcptrellobunautomationproductivity
Share:
353
Stars
0
Downloads
0
Weekly
0/5

What is Trello?

Trello is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to facilitates interaction with trello boards via the trello api, offering features like rate limiting, type safety, input validation, and error handling for seamless management of cards, lists, and boar...

Facilitates interaction with Trello boards via the Trello API, offering features like rate limiting, type safety, input validation, and error handling for seamless management of cards, lists, and board activities.

This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Facilitates interaction with Trello boards via the Trello AP

Use Cases

Interact with Trello boards.
Manage cards and lists.
Automate task workflows.
delorenj

Maintainer

LicenseMIT License
Languagetypescript
Versionv1.5.6
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y @delorenj/mcp-server-trello

Manual Installation

npx -y @delorenj/mcp-server-trello

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Trello

MCP Server Trello connects AI assistants to your Trello boards via the official Trello API, enabling natural language management of boards, lists, cards, checklists, comments, attachments, and custom fields. It includes automatic rate limiting (300 requests per 10 seconds), input validation, and type safety so AI agents can interact with Trello reliably without hitting API limits. Product managers, developers, and teams use it to create and move cards, query task status, update acceptance criteria, and automate project workflows through conversation.

Prerequisites

  • A Trello account with at least one workspace and board
  • A Trello API key obtained from trello.com/app-key
  • A Trello API token generated using your API key (follow the token link on the app-key page)
  • Node.js 18+ or Bun installed for running the server
  • An MCP-compatible client such as Claude Desktop, Cursor, or Claude Code
1

Get your Trello API key and token

Go to trello.com/app-key while logged into Trello to get your API key. On the same page, click the Token link to generate a personal access token. Copy both values — you will need them in the MCP config.

# Trello API key page:
# https://trello.com/app-key
# Click 'Token' link on that page to generate TRELLO_TOKEN
2

Configure your MCP client with Trello credentials

Add the Trello MCP server to your MCP client configuration. Use TRELLO_API_KEY and TRELLO_TOKEN from the previous step. Optionally set TRELLO_BOARD_ID to a default board ID to avoid specifying it on every request.

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

Restart your MCP client

Save the configuration file and restart Claude Desktop or your other MCP client. The Trello server will start automatically when the client connects.

4

List your boards to verify connection

Ask your AI assistant to list your Trello boards. A successful response confirms the API credentials are working and the MCP server can reach the Trello API.

5

Set an active board for your session

Once boards are listed, ask the AI to set a specific board as active for the current session. This avoids needing to specify the board ID in every subsequent command.

Trello Examples

Client configuration

Full claude_desktop_config.json entry for the Trello MCP server with API key and token.

{
  "mcpServers": {
    "trello": {
      "command": "npx",
      "args": ["-y", "@delorenj/mcp-server-trello"],
      "env": {
        "TRELLO_API_KEY": "your-trello-api-key-from-trello.com/app-key",
        "TRELLO_TOKEN": "your-generated-trello-token"
      }
    }
  }
}

Prompts to try

Example natural language Trello management tasks for your AI assistant.

- "List all my Trello boards and show which workspace each belongs to"
- "Show me all cards in the 'In Progress' list on my Dev board"
- "Create a new card called 'Fix login bug' in the To Do list with high priority"
- "Move the 'Update API docs' card to the Done list and add a comment saying it was completed today"
- "Show me all cards assigned to me across all lists on the Sprint board"
- "Add a checklist item 'Write unit tests' to the checkout feature card"

Troubleshooting Trello

401 Unauthorized errors when listing boards or cards

Verify that TRELLO_API_KEY matches the key on trello.com/app-key and that TRELLO_TOKEN is a valid token generated for that specific API key. Tokens expire or can be revoked — regenerate the token on trello.com/app-key if needed. Ensure there are no extra spaces or newlines in the env values.

Rate limit errors (429) when running many operations

The server enforces 300 requests per 10 seconds per API key automatically, but burst operations from multiple simultaneous tool calls can still hit limits. Space out bulk operations or break large tasks into smaller sequential steps. The server will retry automatically in most cases.

Cards or lists not found when using board ID

Board IDs in Trello are alphanumeric strings found in the board URL (e.g. trello.com/b/BOARDID/board-name). Use list_boards first to get the correct IDs rather than guessing. If TRELLO_BOARD_ID is set in env but points to a board you no longer have access to, remove it and specify boards per-call instead.

Frequently Asked Questions about Trello

What is Trello?

Trello is a Model Context Protocol (MCP) server that facilitates interaction with trello boards via the trello api, offering features like rate limiting, type safety, input validation, and error handling for seamless management of cards, lists, and board activities. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Trello?

Install via npm with the command: npx -y @delorenj/mcp-server-trello. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with Trello?

Trello works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Trello free to use?

Yes, Trello is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Trello Alternatives — Similar Business Applications Servers

Looking for alternatives to Trello? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.

n8n

189.1k

A comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou

LobeHub

77.5k

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

Jeecgboot

46.4k

AI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。

CowAgent

44.7k

CowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。

Minds Platform

39.2k

Platform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.

Astrbot

32.8k

AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

Browse More Business Applications MCP Servers

Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "mcp-server-trello": { "command": "npx", "args": ["-y", "@delorenj/mcp-server-trello"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Trello?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides