MCPTrello
БесплатноНе проверенEnables AI agents to read Trello boards and cards and perform light updates, such as creating, moving, editing cards and adding checklist items, through MCP.
Описание
Enables AI agents to read Trello boards and cards and perform light updates, such as creating, moving, editing cards and adding checklist items, through MCP.
README
An MCP (Model Context Protocol) server exposing a small, curated set of Trello tools — built to let an agent read and lightly update a Trello board without hand-pasted context, and as a learning exercise in how tool descriptions shape agent behavior (see DESIGN_NOTES.md for the reasoning behind each one).
Tools
| Tool | Purpose |
|---|---|
list_boards |
List accessible boards (id, name, url). |
get_board_state |
Full open state of a board: lists with nested open cards. |
get_card |
Read a single card by id, including its full description. |
search_cards |
Free-text search for cards, across one board or all of them. |
create_card |
Create a card in a list. |
update_card |
Update a card's name, description, and/or due date. |
move_card |
Move a card to a different list. |
add_checklist_item |
Add an item to a card's checklist. |
Out of scope for this v1: full CRUD, remote/OAuth auth, rate limiting, MCP
resources/prompts, a cc-init command, auto-creating checklists, and
caching board/list names between calls.
Setup
1. Get Trello credentials
- Go to https://trello.com/power-ups/admin and create (or select) a Power-Up to get an API key.
- From the same key page, generate a token by following the "Token" link — this authorizes the key to act as your Trello account.
2. Configure environment
cp .env.example .env
Fill in .env:
TRELLO_API_KEY=...
TRELLO_TOKEN=...
DEFAULT_BOARD_ID=... # optional — id of the board to use when `board` is omitted
DEFAULT_BOARD_ID is optional. Without it, tools that need a board either
require you to pass one explicitly or (for search_cards) search across
every board you can access.
3. Install and build
Requires Node.js 18+.
npm install
npm run build
4. Register with Claude Code
claude mcp add trello -- node <absolute-path-to-repo>\dist\index.js
Verification
npm run build— TypeScript build; run after any source change.npm run verify— launches the built server as a subprocess over stdio using the MCP SDK's ownClient+StdioClientTransport, lists all tools, and calls each one (including at least one error/ambiguous case per tool) against your real Trello account. Requires a fully filled-in.env— it makes real API calls.- MCP Inspector (
npx @modelcontextprotocol/inspector --cli node dist/index.js --method tools/list) is a secondary, best-effort check. Every published Inspector version requires Node ≥22.7.5; on Node 18 it will fail to start. If you want to run it, use a separate Node 22+ installation (e.g. via nvm) rather than upgrading this project's runtime requirement.
Установка MCPTrello
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/sorialex/trello-mcp-serverFAQ
MCPTrello MCP бесплатный?
Да, MCPTrello MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для MCPTrello?
Нет, MCPTrello работает без API-ключей и переменных окружения.
MCPTrello — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить MCPTrello в Claude Desktop, Claude Code или Cursor?
Открой MCPTrello на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Notion
Read and write pages in your workspace
автор: NotionLinear
Issues, cycles, triage — from Claude
автор: LinearGoogle Drive
Search and read your Drive files
автор: Googlemindsdb/mindsdb
Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).
автор: mindsdbfulcradynamics/fulcra-context-mcp
MCP server for accessing personal health and biometric data including sleep stages, heart rate, HRV, glucose, workouts, calendar, and location via the Fulcra Li
автор: fulcradynamicsaymericzip/intlayer
A MCP Server that enhance your IDE with AI-powered assistance for Intlayer i18n / CMS tool: smart CLI access, access to the docs.
автор: aymericziprinadelph/Agent-MCP
A framework for creating multi-agent systems using MCP for coordinated AI collaboration, featuring task management, shared context, and RAG capabilities.
автор: rinadelphWhenLabs-org/when
Developer toolkit: auto-detect stack for AI context files, catch port conflicts, validate .env schemas, spot docs drift, audit dependency licenses, and time cod
автор: WhenLabs-orgBeltran12138/wecom-docs-mcp-server
WeCom (Enterprise WeChat) document operations via MCP: create, read, and edit Docs and Smartsheets (9 tools). Fills the doc-CRUD gap — existing WeCom MCP server
автор: Beltran12138madbonez/caldav-mcp
Universal MCP server for CalDAV protocol integration. Works with any CalDAV-compatible calendar server including Yandex Calendar, Google Calendar (via CalDAV),
автор: madbonezCompare MCPTrello with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории productivity
