Shopify Dev MCP

Official

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.

Integrations

  • Enables introspection and searching of the Shopify Admin GraphQL schema, with specialized support for writing GraphQL operations against the Shopify Admin API.

  • Provides tools for searching Shopify.dev documentation and introspecting the Shopify Admin GraphQL schema. Includes a specialized prompt for writing GraphQL operations for the Shopify Admin API.

Shopify Dev MCP サーバー

このプロジェクトは、Shopify Dev とやり取りする Model Context Protocol (MCP) サーバーを実装します。このプロトコルは、さまざまな Shopify API とやり取りするためのさまざまなツールをサポートしています。

設定

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 サーバーは次のツールを提供します。

ツール名説明
検索_dev_docsshopify.devのドキュメントを検索
イントロスペクト管理者スキーマShopify Admin GraphQLスキーマにアクセスして検索する

利用可能なプロンプト

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

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

発達

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

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

ライセンス

ISC

-
security - not tested
A
license - permissive license
-
quality - not tested

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

  1. Setup
    1. Usage with Cursor or Claude Desktop
      1. Available tools
        1. Available prompts
          1. Development
            1. License
              ID: 9flrztljrm