MCP.so
ログイン

Trello MCP Server (TypeScript)

@MCP-Mirror

Trello MCP Server (TypeScript) について

Mirror of

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

MCP-Mirror

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "trello-ts": {
      "command": "node",
      "args": [
        "/path/to/mcp-server-ts-trello/build/index.js"
      ],
      "env": {
        "TRELLO_API_KEY": "",
        "TRELLO_TOKEN": ""
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Trello MCP Server (TypeScript)?

A TypeScript implementation of a Model Context Protocol (MCP) server for Trello integration. It provides tools for AI assistants (such as Cline) to interact with Trello boards, lists, and cards via the Trello API.

Key features of Trello MCP Server (TypeScript)

  • Full Trello API integration through MCP tools
  • Asynchronous, type‑safe TypeScript implementation
  • Environment‑based configuration (API key and token)
  • Comprehensive error handling for API issues
  • Build and run via Make commands

Use cases of Trello MCP Server (TypeScript)

  • List all Trello boards for the authenticated user

コメント

「その他」の他のコンテンツ