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.

评论

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