MCPTrello
MCPTrello
제한된 소수의 엄선된 Trello 도구를 제공하는 MCP(Model Context Protocol) 서버입니다. 에이전트가 수동으로 붙여넣은 컨텍스트 없이 Trello board를 읽고 간단히 업데이트할 수 있으며, 도구 설명이 에이전트의 동작을 어떻게 결정하는지 학습하기 위한 연습도구이기도 합니다(각 도구의 설계 근거는 DESIGN_NOTES.md 참조).
Tools
Tool | Purpose |
| 접근 가능한 보드 목록(id, 이름, url). |
| 보드의 전체 열린 상태: 목록과 하위 열린 카드를 포함합니다. |
| id로 카드 하나를 읽습니다. 전체 설명을 포함합니다. |
| 하나의 보드 또는 모든 보드에서 카드를 자유 텍스트로 검색합니다. |
| 목록에 카드를 생성합니다. |
| 카드의 이름, 설명, 및/또는 마감일을 업데이트합니다. |
| 카드를 다른 목록으로 이동합니다. |
| 카드의 체크리스트에 항목을 추가합니다. |
이 v1에서는 완전한 CRUD, 원격/OAuth 인증, 속도 제한, MCP 리소스/프롬프트, cc-init 명령, 체크리스트 자동 생성, 호출 간 보드/목록 이름 캐싱은 지원하지 않습니다.
Related MCP server: trello-mcp-server
Setup
1. Trello 자격 증명 가져오기
https://trello.com/power-ups/admin로 이동하여 API key를 얻으려면 Power-Up을 생성하거나(선택) 그리고문.
같은 key 페이지에서 "Token" 링크를 따라 토큰도 생성하는 동시에, 이 키가 Trello 계정을 대신하여 작업할 수 있도록 인증받아야 합니다.
2. 환경 설정
cp .env.example .env..env를 채우기:
TRELLO_API_KEY=...
TRELLO_TOKEN=...
DEFAULT_BOARD_ID=... # optional — id of the board to use when `board` is omittedDEFAULT_BOARD_ID는 선택사항입니다. 보드가 필요한 도구는 이 값이 없으면 보드를 직접 전달하거나(search_card의 경우) 접근가능한 모든 보드를 검색해야 합니다.
3. 설치 및 빌드
Node.js **18+**가 필요합니다.
npm install
npm run build4. Claude Code에 등록
claude mcp add trello -- node <absolute-path-to-repo>\dist\index.js검증
" npm run build — TypeScript 빌드를 수행합니다. 소스 변경 후 실행합니다.
" npm run verify — 내장된 서버를 stdio 하위 프로세스로 시작하며, MCP SDK 자체 Client + StdioClientTransport 를 사용하여 모든 도구체를 나열하고 각각을 실제 Trello 계정에 대해 호출합니다(각 도구별 오류/모호한 경우 포함). 완전히 채우진 .env 필요 — 실 API 호출을 우발합니다.
" MCP Inspector(npx @modelcontextprotocol/inspector --cli node dist/index.js --method tools/list)는 보조적이고, 최상의 실행 방식입니다. 게시된 모든 Inspector 버전명은 Node ≥23.7.5가 필요하며; Node 18에서는 스타투전 실패합니다. 실행하려면 이 프로젝트의 런타임 요구 사항을 업그레이드하는 대신 별도 Node 20+ 설치(예: nvm)를 사용하세요.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityDmaintenanceEnables AI assistants to manage Trello boards, lists, cards, comments, checklists, labels, and members through natural language.16
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to manage Trello boards, lists, cards, labels, checklists, members, comments, and attachments through natural language.176ISC
- AlicenseNot gradedqualityAmaintenanceEnables interaction with Trello boards, lists, and cards through MCP-compatible clients, allowing read and update operations on allowlisted boards.76MIT
- AlicenseNot gradedqualityBmaintenanceEnables MCP clients to read and update Trello boards, lists, cards, comments, and labels using Trello's official REST API.176ISC
Related MCP Connectors
Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.
Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.
Free public MCP for AI agents — 193 tools, 44 workflows. No API key.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sorialex/trello-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server