trello-mcp
trello-mcp
Claude CodeがTrelloのチケット(ボード、リスト、カード、コメント、チェックリスト、ラベル、メンバー)を管理できるようにするローカルMCPサーバー(stdio)。
セットアップ
1. APIキーとトークンの取得
TrelloのPower-Up管理ページから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を実行してください。trelloが16個のツールと共に接続されているのが確認できるはずです。
ツール
読み取り: 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を試してみてください。
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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