MCP.so
ログイン

Trello MCP Server

@m0xai

Trello MCP Server について

A simple yet powerful MCP server for Trello.

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

m0xai

設定

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

{
  "mcpServers": {
    "trello-mcp-server": {
      "command": "uv",
      "args": [
        "run",
        "mcp",
        "install",
        "main.py"
      ]
    }
  }
}

ツール

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

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

概要

What is Trello MCP Server?

Trello MCP Server is an MCP server that enables AI hosts like Claude to interact with Trello boards, lists, cards, and checklists via the Trello API. It is designed for users who want to manage Trello projects through natural language conversations.

How to use Trello MCP Server?

Install by cloning the repository, configuring Trello API credentials in a .env file, and running uv run mcp install main.py to set up the server for Claude Desktop. Alternatively, run in SSE mode with python main.py for use with other MCP clients like Cursor. Once connected, ask natural language queries such as "Show me all my boards" or "Create a new card in list [list_name]".

Key features of Trello MCP Server

  • Read all boards and specific board details.
  • Create, rename, and archive lists.
  • Create, update, and delete cards.
  • Manage checklists and checklist items.
  • Integrates with Claude Desktop and SSE clients.
  • Supports Docker for container

コメント

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