MCPTrello
MCPTrello
MCP(Model Context Protocol)サーバーで。厳選した小さな Trello ツール群を公開します。エージェントがコンテキストを手動ですり付けることなく trello ボードを参照し、軽く更新できるようするために構築されており、また、ツール説明的がエージェントの挙動をどのように変えるかを学ぶための、学習課題としても作られています(各ツールの設計戱拠は DESIGN_NOTES.md を参照してください)。
ツール
ツール | 目的 |
| アクセス可能なボード(id、name、url)を一覧にします。 |
| ボードのオープン状態全体を取直します(リストと、その中でオープンなカードをネスとする)。 |
| IDを指定して単一カードを取します。説明全文を含む。 |
| 1つのボード、またはすべてのボードを横して、カードをフリーテキスト検索します。 |
| リストにカードを作成します。 |
| カードの名前・説明・期日を更新します。 |
| カードを異るリストへ移動します。 |
| カードのチェックリストに項目を追加します。 |
Related MCP server: trello-mcp-server
セットアップート
1. Trello の認証情報を取得
https://trello.com/power-ups/admin にアクセスし、Power-Up を作成(または選択)して API キー を取得します。
同じキーページの「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_cards ではアクセス可能なすべてのボードを横断して検索す)るかになります。
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— TypeScripts ビルド。ソールを変更したら実行します。npm run verify— ビルド済みのサーバーを stdio 上イa running process で起動し、MCP SDK 自らのClient+StdioClientTransportを使ってツールの全一覧を取得し、加え持て各ツールを実際のTrelloアカウンドに対して呼び出します(各ツールにつき少なくと1つのエラー/あいまいケースをふくめ)て。**完全にした 信ずるしく。完全に.envの全項目が入っていること が必要です。実 API コールを含むため。MCP Inspector(
npx @modelcontextprotocol/inspector --cli node dist/index.js --method tools/list)は、副発的なベストエフォート確認です。公開されたすべての Inspector バージョは Node ≥22.7.5 が必要で、Node 18 では起動できません。実行した場合は、このプロジェクトのランテタイム要件を行切るのではなく、各 re-run Node 22+(例: 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