MCP.so
ログイン
T

Trello MCP Server by CData

@CDataSoftware

Trello MCP Server by CData について

This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free CData MCP Server for Trello (beta): https://www.cdata.com/download/download.aspx?sku=UTZK-V&type=beta

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

CDataSoftware

投稿者

Cameron Leblanc

設定

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

{
  "mcpServers": {
    "{classname_dash}": {
      "command": "PATH\\TO\\java.exe",
      "args": [
        "-jar",
        "PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
        "PATH\\TO\\trello.prp"
      ]
    }
  }
}

ツール

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

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

概要

What is Trello MCP Server by CData?

Trello MCP Server by CData is a read-only Model Context Protocol (MCP) server that allows large language models (such as Claude Desktop) to query live Trello data via natural language. It leverages the CData JDBC Driver for Trello to expose Trello data as relational SQL models.

How to use Trello MCP Server by CData?

Clone the repository, build with Maven (mvn clean install), download and install the CData JDBC Driver for Trello, license it, then create a .prp file with your JDBC connection string. Add the server to your Claude Desktop configuration (claude_desktop_config.json) and restart the client. The server runs via stdio and provides tools like {prefix}_get_tables, {prefix}_get_columns, and {prefix}_run_query.

Key features of Trello MCP Server by CData

  • Read-only access to live Trello data via natural language queries
  • Powered by CData JDBC Driver for Trello
  • Exposes Trello data as relational SQL models
  • Integrates with Claude Desktop and other MCP-compatible LLM clients
  • Uses stdio transport – runs on the same machine as the client
  • Supports any table in Trello via a configurable connection string

Use cases of Trello MCP Server by CData

  • Ask Claude Desktop about your Trello boards, lists, and cards
  • Get summaries of open tickets or overdue tasks in Trello
  • Correlate Trello data with other systems (e.g., compare Trello tickets with Salesforce opportunities)
  • Allow non-technical users to query Trello data in plain English
  • Automate daily Trello reports without writing SQL

FAQ from Trello MCP Server by CData

Is Trello MCP Server by CData read-only?

Yes, this server is explicitly read-only. For full read, write, update, delete, and action capabilities, CData offers a separate free beta server.

What are the runtime requirements?

You need Java (JDK or JRE), Maven for building, and the CData JDBC Driver for Trello (requires a license or trial key). The server runs on Windows, macOS, or Linux.

Where does my Trello data live?

Your data remains in Trello. The server queries it live over the internet using OAuth authentication configured during setup.

How does the server connect to Trello?

It uses the JDBC connection string you provide in the .prp file, which includes OAuth credentials. The driver handles authentication and data retrieval.

What transport protocol does the server use?

The server uses stdio (standard input/output) transport, so it must run on the same machine as the MCP client (e.g., Claude Desktop).

コメント

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