trello-mcp-server-by-cdata

trello-mcp-server-by-cdata

3.2

If you are the rightful owner of trello-mcp-server-by-cdata and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

CData's Model Context Protocol (MCP) Server for Trello is a read-only server designed to allow LLMs to query live Trello data using natural language.

The CData MCP Server for Trello is a specialized server that facilitates the interaction between large language models (LLMs) and Trello data. By leveraging the CData JDBC Driver for Trello, this server exposes Trello data as relational SQL models, enabling LLMs to access and query live data without the need for SQL knowledge. This server is particularly useful for applications like Claude Desktop, where users can ask natural language questions to retrieve information from Trello. The server is read-only, meaning it allows for data retrieval but not modification. For users seeking full CRUD capabilities, CData offers a more comprehensive MCP Server for Trello in beta. The setup involves building the server, licensing the JDBC driver, and configuring the connection to Trello, making it accessible through a simple MCP interface.

Features

  • Read-only access to Trello data through MCP interface.
  • Integration with CData JDBC Driver for Trello.
  • Natural language querying without SQL.
  • Compatible with LLMs like Claude Desktop.
  • Simplified setup and configuration process.

Tools

  1. trello_get_tables

    Retrieves a list of tables available in the data source.

  2. trello_get_columns

    Retrieves a list of columns for a specified table.

  3. trello_run_query

    Executes a SQL SELECT query.