-
securityA
license-
qualityThis MCP server connects clients with Shopify store data, enabling retrieval of product and customer information via exposed tools.
Last updated -
2
Python
MIT License
Integrates directly with Shopify's Admin API using GraphQL, allowing structured queries and mutations for managing Shopify store data.
Provides a bridge to Shopify's Admin API, enabling comprehensive product management, customer data access, order processing, collection management, and discount creation for Shopify e-commerce stores.
Shopify MCPサーバーは、モデルコンテキストプロトコルを通じて、アプリケーションとShopifyエコシステムをつなぐ強力な架け橋となります。Shopifyの管理APIへのシンプルなAPI呼び出しで、商品、顧客、注文などを簡単に管理できます。
希望するインストール方法を選択してください:
方法 | 説明書 |
---|---|
鍛冶屋 | |
グラマ.ai | |
国立博物館 | npm install shopify-mcp-server |
道具 | 説明 | 主なパラメータ |
---|---|---|
get-products | タイトルで製品を検索する | searchTitle 、 limit |
get-products-by-collection | コレクション商品を入手する | collectionId 、 limit |
get-products-by-ids | 特定の商品を取得する | productIds |
get-variants-by-ids | 変異体の詳細を取得する | variantIds |
道具 | 説明 | 主なパラメータ |
---|---|---|
get-customers | 顧客データを取得する | limit 、 next |
tag-customer | 顧客にタグを追加する | customerId 、 tags |
道具 | 説明 | 主なパラメータ |
---|---|---|
get-orders | フィルターと並べ替えの順序 | first 、 after 、 query 、 sortKey |
get-order | 単一注文の詳細を取得する | orderId |
道具 | 説明 | 主なパラメータ |
---|---|---|
get-collections | ショップコレクションを取得する | limit 、 name |
get-shop | 基本的なショップの詳細を取得する | なし |
get-shop-details | ショップの詳細情報を取得する | なし |
道具 | 説明 | 主なパラメータ |
---|---|---|
create-discount | 割引コードを作成する | title 、 code 、 valueType 、 value |
read_products
、 write_products
read_customers
、 write_customers
read_orders
、 write_orders
**セキュリティに関する注意:**アクセストークンは安全に保管してください。バージョン管理にコミットしないでください。
claude_desktop_config.json
に追加します:
リソース | リンク |
---|---|
GitHubディスカッション | 会話に参加する |
問題トラッカー | バグを報告する |
ツイッター | @rezajafar |
不和 | 私たちのサーバーに参加してください |
You must be authenticated.
Shopify MCP サーバー