MCP.so
ログイン
S

SuiteCRM MCP Server by CData

@CDataSoftware

SuiteCRM 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 SuiteCRM (beta): https://www.cdata.com/download/download.aspx?sku=ETZK-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\\suitecrm.prp"
      ]
    }
  }
}

ツール

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

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

概要

What is SuiteCRM MCP Server by CData?

SuiteCRM MCP Server by CData is a read-only MCP server that enables Large Language Models (like Claude Desktop) to query live SuiteCRM data using natural language. It wraps the CData JDBC Driver for SuiteCRM, which exposes SuiteCRM as relational SQL models, so users can retrieve live information without writing SQL.

How to use SuiteCRM MCP Server by CData?

Clone the repository, build the Maven project (mvn clean install), download and license the CData JDBC Driver for SuiteCRM, and create a .prp file with your JDBC connection string. Then configure Claude Desktop by adding an mcpServers entry in claude_desktop_config.json pointing to the Java executable, the built JAR, and the .prp file. Restart Claude Desktop to start querying.

Key features of SuiteCRM MCP Server by CData

  • Read-only access to SuiteCRM data via MCP
  • Uses CData JDBC Driver for SuiteCRM
  • Exposes three tools: get_tables, get_columns, run_query
  • Query data using natural language (no SQL required)
  • Supports any SuiteCRM data accessible via the JDBC driver
  • Uses stdio transport; runs on the same machine as the client
  • Built with Maven and licensed under MIT

Use cases of SuiteCRM MCP Server by CData

  • Ask Claude Desktop about correlated opportunities and account industries
  • Inquire about open support tickets in a specific project
  • Retrieve today’s calendar events from SuiteCRM
  • Explore table and column schemas before running queries

FAQ from SuiteCRM MCP Server by CData

What is the difference between this read-only server and the CData MCP Server?

This server is read-only; it only supports SELECT queries. For full read, write, update, delete, and action capabilities, CData offers a free beta MCP Server for SuiteCRM (available separately).

What dependencies are needed?

You need Java (for the JAR), Maven (to build), and the CData JDBC Driver for SuiteCRM installed and licensed on your machine.

How do I connect to SuiteCRM?

Use the CData JDBC Driver’s connection string utility to build a JDBC URL (for example, with OAuth). Copy that URL into a .prp file along with driver path, driver class, and a prefix for tool names.

Is the server read-only?

Yes, the run_query tool only executes SQL SELECT statements. The README explicitly marks this project as a read-only MCP server.

What transport does the server use?

The server uses stdio transport, so it must run on the same machine as the client (e.g., Claude Desktop). It cannot be accessed remotely.

コメント

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