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 サーバーを実行するには、次のコマンドを使用します。
カーソルまたはクロードデスクトップでの使用
以下の設定を追加してください。詳細については、 Cursor MCPのドキュメントまたはClaude Desktop MCPガイドをご覧ください。
Windows では、次の代替構成を使用する必要がある場合があります。
利用可能なツール
この MCP サーバーは次のツールを提供します。
ツール名 | 説明 |
---|---|
検索_dev_docs | shopify.devのドキュメントを検索 |
イントロスペクト管理者スキーマ | Shopify Admin GraphQLスキーマにアクセスして検索する |
利用可能なプロンプト
この MCP サーバーは次のプロンプトを提供します。
プロンプト名 | 説明 |
---|---|
shopify_admin_graphql | Shopify Admin API の GraphQL 操作の記述を支援します |
発達
サーバーは MCP SDK を使用して構築され、Shopify Dev と通信します。
npm install
- ソースファイルの変更
npm run build
を実行してコンパイルする- テストを実行するには
npm run test
を実行します。 - このコマンドを実行する MCP サーバーを追加します:
node <absolute_path_of_project>/dist/index.js
ライセンス
ISC
This server cannot be installed
Shopify Dev と対話する Model Context Protocol (MCP) サーバー。このプロトコルは、さまざまな Shopify API と対話するためのさまざまなツールをサポートしています。