MCP.so
ログイン
S

Shopify MCP Server by CData

@CDataSoftware

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

ツール

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

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

概要

What is Shopify MCP Server by CData?

The Shopify MCP Server by CData is a read-only Model Context Protocol server that allows LLMs like Claude Desktop to query live Shopify data using natural language. It wraps the CData JDBC Driver for Shopify, which exposes Shopify data as relational SQL models.

How to use Shopify MCP Server by CData?

Clone the repository, build the JAR with Maven (mvn clean install), install and license the CData JDBC Driver for Shopify, configure a .prp file with your JDBC connection string, then add the server to your client’s mcpServers config (e.g., claude_desktop_config.json). Run the client and ask natural‑language questions about your Shopify data.

Key features of Shopify MCP Server by CData

  • Read‑only access to live Shopify data
  • Natural language queries – no SQL required
  • Exposes tools: get_tables, get_columns, and run_query
  • Uses stdio transport (client must run on the same machine)

Use cases of Shopify MCP Server by CData

  • Ask an AI assistant for current order or product totals
  • Summarize customer lists or inventory levels in plain English
  • Get quick answers about Shopify data without writing SQL

FAQ from Shopify MCP Server by CData

Is this server read‑only?

Yes, the server is explicitly read‑only. For full CRUD capabilities, use the separate CData MCP Server for Shopify (beta).

What are the runtime requirements?

Java must be installed, along with the CData JDBC Driver for Shopify (download separately and license with a trial or full key).

Where does the data live?

Data stays in Shopify – the server queries it live through the CData JDBC Driver; no local copy is created.

What transport does the server use?

It uses stdio transport, so the client (e.g., Claude Desktop) must run on the same machine as the server.

Do I need to authenticate?

Yes. The JDBC connection string often includes OAuth; the connection string utility will open a browser for authentication when needed.

コメント

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