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

コメント

「開発者ツール」の他のコンテンツ