trello-mcp
trello-mcp
Claude Code가 Trello 티켓(보드, 리스트, 카드, 댓글, 체크리스트, 라벨, 멤버)을 관리할 수 있게 해주는 로컬 MCP 서버(stdio)입니다.
설정
1. API 키 및 토큰 가져오기
Trello 파워업 관리자 페이지에서 이미 API 키를 가지고 계실 것입니다. 또한 토큰(OAuth 시크릿이 아님)이 필요합니다.
브라우저에서 다음 URL을 열고 <API_KEY>를 교체하세요:
https://trello.com/1/authorize?expiration=never&scope=read,write&response_type=token&name=ClaudeMCP&key=<API_KEY>승인 후 생성된 토큰을 복사하세요.
2. .env 구성
cp .env.example .env
$EDITOR .env # paste TRELLO_API_KEY and TRELLO_TOKENTRELLO_DEFAULT_BOARD는 선택 사항입니다. 보드 ID로 설정하면 board_id 인수를 생략할 때 해당 보드가 사용됩니다. 보드 ID를 찾으려면 브라우저에서 보드를 열고 URL 끝에 .json을 추가하거나, 서버 실행 후 list_boards를 호출하세요.
3. 의존성 설치
uv sync4. Claude Code에 등록
claude mcp add trello --scope user -- \
uv run --directory "$(pwd)" trello-mcp확인:
claude mcp list열려 있는 모든 Claude Code 세션을 다시 시작한 다음, Claude에서 /mcp를 실행하세요. 16개의 도구가 연결된 trello가 표시되어야 합니다.
Related MCP server: Trello MCP Server
도구
읽기: list_boards, list_lists, list_cards, get_card, list_labels, list_board_members
카드 CRUD: create_card, update_card, move_card, archive_card
주석: add_comment, add_checklist, add_checklist_item, set_check_item, add_label, assign_member
수동 스모크 테스트
uv run fastmcp dev src/trello_mcp/server.pyMCP Inspector가 열립니다. 먼저 list_boards를 시도해 보세요.
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
- AlicenseAqualityDmaintenanceEnables interaction with Trello through the Trello API, allowing users to manage boards, lists, and cards including creating, updating, deleting, and retrieving Trello data through natural language.735MIT
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Trello boards, lists, and cards through the Trello REST API. Supports board management, card operations, member management, labels, and checklists through natural language.1761ISC
- FlicenseNot gradedqualityCmaintenanceEnables AI assistants to interact with Trello boards, cards, lists, and more through a standardized interface.
- AlicenseBqualityFmaintenanceConnects Trello with AI assistants to manage boards, lists, cards, and comments via natural language.118MIT
Related MCP Connectors
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Manage projects, tasks, time tracking, and team collaboration through natural language.
Connect AI assistants to Stellary projects, boards, documents, and governed agent workflows.
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/Artemnikov/Trello-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server