MCP.so
登录
S

Shopify MCP Pro

@den-indance

关于 Shopify MCP Pro

Working Shopify MCP server real analytics via ShopifyQL, auto-refresh auth, Shopify API 2026-04. Fixes broken tools from other packages: sales reports, inventory, abandoned checkouts, no silent token expiry.

基本信息

分类

开发工具

传输方式

stdio

发布者

den-indance

提交者

Denis

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "shopify": {
      "command": "npx",
      "args": [
        "@den.dance/shopify-mcp-pro"
      ],
      "env": {
        "SHOPIFY_STORE_DOMAIN": "your-store.myshopify.com",
        "SHOPIFY_CLIENT_ID": "your-client-id",
        "SHOPIFY_CLIENT_SECRET": "your-client-secret"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Shopify MCP Pro?

Shopify MCP Pro is a Model Context Protocol (MCP) server that connects AI assistants like Claude to your Shopify store. It provides tools to access products, orders, customers, inventory, analytics, and more via the Shopify Admin API.

How to use Shopify MCP Pro?

Install and run using npx @den.dance/shopify-mcp-pro. Configure environment variables for your Shopify store domain, client ID, and client secret. The server works with Claude Desktop (via stdio) or in HTTP SSE mode for remote access.

Key features of Shopify MCP Pro

  • Real analytics powered by ShopifyQL (not stubs)
  • OAuth with automatic token refresh
  • Updated to Shopify Admin API 2026-04
  • Tools for products, orders, customers, inventory
  • Run raw ShopifyQL queries
  • Supports stdio and SSE transports

Use cases of Shopify MCP Pro

  • Get sales reports and product analytics for business insights
  • Monitor inventory levels and adjust stock quantities
  • Create discount codes and promotional campaigns
  • Retrieve and manage orders, draft orders, and fulfillments
  • Query custom analytics with ShopifyQL language

FAQ from Shopify MCP Pro

How is this different from other Shopify MCP servers?

This server provides real analytics via ShopifyQL, uses OAuth with automatic token refresh instead of static tokens, and avoids deprecated API fields that cause runtime crashes.

What runtime dependencies are required?

Node.js via npx is needed. The server is a single command and uses environment variables for configuration.

Where does my store data reside?

Data remains in your Shopify store; the server only queries the Shopify Admin API

评论

开发工具 分类下的更多 MCP 服务器