Provides tools for managing Trello boards, lists, and cards, including retrieving boards and lists, creating, updating, and deleting cards through the Trello API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Trello MCP Servercreate a new card in my 'Project Tasks' board with title 'Design review meeting'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Trello MCP Server
TrelloのAPIと連携するMCP(Model Context Protocol)サーバーです。
セットアップ
1. 依存関係のインストール
2. ビルド
3. Trello API認証情報の取得
Trello Developer Portal にアクセスしてAPI Keyを取得
同じページでTokenを生成
4. 環境変数の設定
以下の環境変数を設定してください:
TRELLO_API_KEY: TrelloのAPI KeyTRELLO_TOKEN: Trelloのアクセストークン
Cursor/Claudeでの設定
~/.cursor/mcp.json (または該当する設定ファイル) に以下を追加:
利用可能なツール
ツール名 | 説明 |
| 認証ユーザーの全ボードを取得 |
| 指定ボードの全リストを取得 |
| 指定リストの全カードを取得 |
| 新しいカードを作成 |
| カードを更新 |
| カードを削除 |
開発
ライセンス
ISC