Skip to main content
Glama

Shopify Dev MCP

Official
by Shopify

Shopify Dev MCP サーバー

このプロジェクトは、Shopify Devと連携するModel Context Protocol(MCP)サーバーを実装します。このプロトコルは、様々なShopify APIと連携するための様々なツールをサポートしています。現在、以下のAPIがサポートされています。

  • 管理者 GraphQL API
  • 機能
  • (オプション) Polaris Web コンポーネント

設定

npx を使用して Shopify MCP サーバーを実行するには、次のコマンドを使用します。

npx -y @shopify/dev-mcp@latest

カーソルまたはクロードデスクトップでの使用

以下の設定を追加してください。詳細については、 Cursor MCPのドキュメントまたはClaude Desktop MCPガイドをご覧ください。

{ "mcpServers": { "shopify-dev-mcp": { "command": "npx", "args": ["-y", "@shopify/dev-mcp@latest"] } } }

Windows では、次の代替構成を使用する必要がある場合があります。

{ "mcpServers": { "shopify-dev-mcp": { "command": "cmd", "args": ["/k", "npx", "-y", "@shopify/dev-mcp@latest"] } } }

計測を無効にする

MCPサーバーの改善方法をより深く理解するために、このパッケージはインストルメンテーション呼び出しを行います。これを無効にするには、 OPT_OUT_INSTRUMENTATION環境変数を設定してください。CursorまたはClaude Desktopでは、設定は以下のようになります。

{ "mcpServers": { "shopify-dev-mcp": { "command": "npx", "args": ["-y", "@shopify/dev-mcp@latest"], "env": { "OPT_OUT_INSTRUMENTATION": "true" } } } }

オプトインPolarisサポート(実験的)

Cursor または Claude Desktop で Polaris Web Components ドキュメントを表示する場合は、MCP サーバー構成にPOLARIS_UNIFIEDフラグを指定したenvブロックを含めます。

{ "mcpServers": { "shopify-dev-mcp": { "command": "npx", "args": ["-y", "@shopify/dev-mcp@latest"], "env": { "POLARIS_UNIFIED": "true" } } } }

利用可能なツール

この MCP サーバーは次のツールを提供します。

ツール名説明
検索_dev_docsshopify.devのドキュメントを検索
イントロスペクト管理者スキーマShopify Admin GraphQLスキーマにアクセスして検索する
パスによるドキュメントの取得shopify.devからドキュメントを取得する
始めるShopify API(管理、関数など)の使用を開始する

利用可能なプロンプト

この MCP サーバーは次のプロンプトを提供します。

プロンプト名説明
shopify_admin_graphqlShopify Admin API の GraphQL 操作の記述を支援します

発達

サーバーは MCP SDK を使用して構築され、Shopify Dev と通信します。

  1. npm install
  2. ソースファイルの変更
  3. npm run build実行してコンパイルするか、 npm run build:watch実行して変更を監視してコンパイルします。
  4. テストを実行するにはnpm run testを実行します。
  5. このコマンドを実行する MCP サーバーを追加します: node <absolute_path_of_project>/dist/index.js

ライセンス

ISC

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Shopify Dev と対話する Model Context Protocol (MCP) サーバー。このプロトコルは、さまざまな Shopify API と対話するためのさまざまなツールをサポートしています。

  1. 設定
    1. カーソルまたはクロードデスクトップでの使用
      1. 計測を無効にする
      2. オプトインPolarisサポート(実験的)
    2. 利用可能なツール
      1. 利用可能なプロンプト
        1. 発達
          1. ライセンス

            Related MCP Servers

            • A
              security
              F
              license
              A
              quality
              A Model Context Protocol (MCP) server that provides programmatic access to the Supabase Management API. This server allows AI models and other clients to manage Supabase projects and organizations through a standardized interface.
              Last updated -
              8
              84
              27
              JavaScript
            • -
              security
              A
              license
              -
              quality
              MCP Server provides a simpler API to interact with the Model Context Protocol by allowing users to define custom tools and services to streamline workflows and processes.
              Last updated -
              13
              2
              TypeScript
              MIT License
            • A
              security
              A
              license
              A
              quality
              Model Context Protocol (MCP) is a new, standardized protocol for managing context between large language models (LLMs) and external systems. In this repository, we provide an installer as well as an MCP Server for Upstash Developer API's.
              Last updated -
              16
              58
              27
              TypeScript
              MIT License
              • Linux
              • Apple
            • -
              security
              A
              license
              -
              quality
              This MCP server connects clients with Shopify store data, enabling retrieval of product and customer information via exposed tools.
              Last updated -
              2
              Python
              MIT License

            View all related MCP servers

            MCP directory API

            We provide all the information about MCP servers via our MCP API.

            curl -X GET 'https://glama.ai/api/mcp/v1/servers/Shopify/dev-mcp'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server