Skip to main content
Glama

Trello MCP Server

TrelloのAPIと連携するMCP(Model Context Protocol)サーバーです。

セットアップ

1. 依存関係のインストール

npm install

2. ビルド

npm run build

3. Trello API認証情報の取得

  1. Trello Developer Portal にアクセスしてAPI Keyを取得

  2. 同じページでTokenを生成

4. 環境変数の設定

以下の環境変数を設定してください:

  • TRELLO_API_KEY: TrelloのAPI Key

  • TRELLO_TOKEN: Trelloのアクセストークン

Cursor/Claudeでの設定

~/.cursor/mcp.json (または該当する設定ファイル) に以下を追加:

{ "mcpServers": { "trello": { "command": "node", "args": ["C:\\Users\\hirok\\Documents\\MCPs\\trello-mcp\\dist\\index.js"], "env": { "TRELLO_API_KEY": "your-api-key", "TRELLO_TOKEN": "your-token" } } } }

利用可能なツール

ツール名

説明

get_boards

認証ユーザーの全ボードを取得

get_lists

指定ボードの全リストを取得

get_cards

指定リストの全カードを取得

create_card

新しいカードを作成

update_card

カードを更新

delete_card

カードを削除

開発

# TypeScriptのコンパイル監視 npm run build -- --watch # 開発モードで実行 npm run dev

ライセンス

ISC

-
security - not tested
F
license - not found
-
quality - not tested

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/gh-hirokuma/trello-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server