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).

评论

其他 分类下的更多 MCP 服务器