.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/delorenj/mcp-server-trello
home/mcp-servers/delorenj/mcp-server-trello
delorenj avatar

mcp-server-trello

bydelorenj· 2 MCP servers

Installs

31k

Stars

428

Forks

142

Category

Product & Project Management

View on GitHub

TL;DR

A Model Context Protocol (MCP) server that provides tools for interacting with Trello boards. This server enables seamless integration with Trello's API while handling rate limiting, type safety, and error handling automatically.

How to install mcp-server-trello?

delorenj/mcp-server-trello
$git clone https://github.com/delorenj/mcp-server-trello

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install mcp-server-trello by running `git clone https://github.com/delorenj/mcp-server-trello`, then use it for the current task and follow its documentation at https://github.com/delorenj/mcp-server-trello.

Files · 1

View on GitHub
README.md
1# MCP Server Trello
2 
3[![Verified on MseeP](https://mseep.ai/badge.svg)](https://mseep.ai/app/27359682-7632-4ba7-981d-7dfecadf1c4b)
4[![MCP Registry](https://img.shields.io/badge/MCP-Registry-blue)](https://registry.modelcontextprotocol.io/servers/io.github.delorenj/mcp-server-trello)
5[![npm version](https://badge.fury.io/js/%40delorenj%2Fmcp-server-trello.svg)](https://badge.fury.io/js/%40delorenj%2Fmcp-server-trello)
6 
7<a href="https://glama.ai/mcp/servers/klqkamy7wt"><img width="380" height="200" src="https://glama.ai/mcp/servers/klqkamy7wt/badge" alt="Server Trello MCP server" /></a>
8 
9A Model Context Protocol (MCP) server that provides tools for interacting with Trello boards. This server enables seamless integration with Trello's API while handling rate limiting, type safety, and error handling automatically.
10 
11## 🎉 New in v1.5.0: Now Powered by Bun! ⚡
12 
13**This project is now powered by Bun!** 🚀 We've migrated the entire project to the Bun runtime, resulting in a 2.8-4.4x performance boost. All existing `npx`, `pnpx`, and `npm` commands will **continue to work perfectly**.
14 
15### ✨ New in This Release:
16 
17 - 🚀 **Performance Boost**: Enjoy a faster, more responsive server.
18 - **Bun-Powered**: The project now runs on the lightning-fast Bun runtime.
19 - 📖 **Comprehensive Examples**: A new `examples` directory with detailed implementations in JavaScript, Python, and TypeScript.
20 
21**Plus:** Modern MCP SDK architecture, enhanced type safety, and comprehensive documentation!
22 
23## Changelog
24 
25For a detailed list of changes, please refer to the [CHANGELOG.md](CHANGELOG.md) file.
26 
27## Features
28 
29 - **Full Trello Board Integration**: Interact with cards, lists, and board activities
30 - **🆕 Complete Card Data Extraction**: Fetch all card details including checklists, attachments, labels, members, and comments
31 - **💬 Comment Management**: Add, update, delete, and retrieve comments on cards
32 - **File Attachments**: Attach any type of file to cards (PDFs, documents, videos, images, etc.) from URLs
33 - **Built-in Rate Limiting**: Respects Trello's API limits (300 requests/10s per API key, 100 requests/10s per token)
34 - **Type-Safe Implementation**: Written in TypeScript with comprehensive type definitions
35 - **Input Validation**: Robust validation for all API inputs
36 - **Error Handling**: Graceful error handling with informative messages
37 - **Dynamic Board Selection**: Switch between boards and workspaces without restarting
38 - **Markdown Formatting**: Export card data in human-readable markdown format
39 
40## Installation
41 
42This repository is distributed as a **BMAD-compatible skill package** for the
43Trello MCP server. Install the `skill/` directory through your agent's skill
44management workflow, or place it in the agent's skills directory.
45 
46When an agent activates the skill, it follows `skill/SKILL.md`. On first use,
47the agent runs the bundled installer:
48 
49```bash
50bash skill/scripts/install.sh
51```
52 
53The installer builds the MCP server from `skill/assets/source/` when Bun is
54available. If Bun is unavailable, it falls back to the published Smithery
55install path for `@delorenj/mcp-server-trello` and creates the same local
56`build/index.js` command path used by the skill activation check.
57 
58## Skill package structure
59 
60The skill is the agent-facing entry point for this repository.
61 
62- `skill/SKILL.md`: Activation, routing, and agent workflow rules.
63- `skill/scripts/install.sh`: First-run installer for the bundled server.
64- `skill/references/trello-mcp/`: Focused references for setup, tools,
65 workflows, and gotchas.
66- `skill/assets/source/`: Bundled MCP server source used for local builds.
67 
68For AI agents, start with `skill/SKILL.md` rather than this README. The README
69is the human-facing overview; the skill references are the operational surface
70for tool selection and Trello workflow rules.
71 
72Maintainers can refresh the bundled source before packaging with:
73 
74```bash
75mise run package
76```
77 
78## Configuration
79 
80### Environment Variables
81 
82The server can be

Preview

delorenj/mcp-server-trellodelorenj/mcp-server-trello

# MCP Server Trello

[![Verified on MseeP](https://mseep.ai/badge.svg)](https://mseep.ai/app/27359682-7632-4ba7-981d-7dfecadf1c4b)

[![MCP Registry](https://img.shields.io/badge/MCP-Registry-blue)](https://registry.modelcontextprotocol.io/servers/io.github.delorenj/mcp-server-trello)

[![npm version](https://badge.fury.io/js/%40delorenj%2Fmcp-server-trello.svg)](https://badge.fury.io/js/%40delorenj%2Fmcp-server-trello)

Repodelorenj/mcp-server-trello
TypeMCP Servers
CategoryProduct & Project Management
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

MCP

Related

6 picks
Type
  1. pagerduty avatarpagerduty-mcp-serverPagerDuty's official MCP server which provides tools to interact with your PagerDuty account.MCP ServersJul 2026118k74
  2. taazkareem avatarclickup-mcp-serverClickUp MCP Server - Powering AI Agents with full ClickUp task, document, and chat management capabilities.MCP ServersJul 202694k49
  3. growthbook avatargrowthbook-mcpMCP Server for interacting with GrowthBookMCP ServersJul 202632k24
  4. mohitagw15856 avatarpm-claude-skills822 professional Agent Skills for Claude, ChatGPT, Gemini, Cursor & Codex — decode a lease, write a PRD, run the AGM, prep the D&D session, practice the salary negotiation. Plain-markdown, MIT, in Anthropic's official plugin directory.MCP ServersJul 202613k1.2k
  5. iceener avatarlinear-streamable-mcp-serverLinear MCP Server with Streamable HTTP and OAuth2.1 supportMCP ServersJul 20264.4k70
  6. jerhadf avatarlinear-mcp-serverA Model Context Protocol server for the Linear API.MCP ServersMay 20253.8k347