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のアクセストークン

Related MCP server: Trello MCP Server

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

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables 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.
    176
    1
    ISC
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides seamless integration with Trello's API to manage boards, lists, and cards through natural language. It supports full CRUD operations, card movement, and the ability to load Trello resources directly into an LLM's context for analysis.
    MIT

View all related MCP servers

Related MCP Connectors

  • Manage projects, tasks, time tracking, and team collaboration through natural language.

  • Streamline your Attio workflows using natural language to search, create, update, and organize com…

  • Task manager your agent can fully operate: boards, tasks, sprints, roles, worklogs, day planner.

View all MCP Connectors

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