MCP ExplorerExplorer

Shopify Py Mcp

@kishimoto-bananaon a year ago
2 MIT
FreeCommunity
AI Systems
Shopify Python MCP Server for managing product information via API.

Overview

What is Shopify Py Mcp

shopify-py-mcp is a Python MCP server that integrates with the Shopify API, allowing users to retrieve and manipulate product information directly from Claude Desktop.

Use cases

Use cases include automating product updates, managing inventory, integrating product information into applications, and enhancing e-commerce workflows by leveraging the Shopify API.

How to use

To use shopify-py-mcp, set up the necessary environment variables such as SHOPIFY_SHOP_URL, SHOPIFY_API_KEY, SHOPIFY_API_PASSWORD, and SHOPIFY_API_VERSION. Then, configure it in the claude_desktop_config.json file and call the tools as needed.

Key features

Key features include listing products, retrieving product details, creating new products, updating existing products, and deleting products. Each feature has specific parameters to customize the requests.

Where to use

shopify-py-mcp is primarily used in e-commerce environments where Shopify is the platform for managing online stores, making it suitable for developers and businesses looking to automate product management.

Content

Shopify Python MCP Server

Shopify APIと連携するMCPサーバーです。このサーバーを使用することで、Claude DesktopからShopifyの商品情報を取得・操作することができます。

Shopify Python Server MCP server

機能

ツール

このサーバーは以下のツールを提供します:

  1. list_products: 商品一覧を取得する

    • limit: 取得する商品数(最大250、デフォルト値は50)
  2. get_product: 商品の詳細情報を取得する

    • product_id: 商品ID(必須)
  3. create_product: 新しい商品を作成する

    • title: 商品名(必須)
    • body_html: 商品の説明(HTML形式)
    • vendor: ベンダー名
    • product_type: 商品タイプ
    • tags: タグ(カンマ区切り)
    • status: ステータス(active/draft/archived)
    • variants: バリエーション
    • options: オプション
    • images: 画像
  4. update_product: 商品を更新する

    • product_id: 商品ID(必須)
    • title: 商品名
    • body_html: 商品の説明(HTML形式)
    • vendor: ベンダー名
    • product_type: 商品タイプ
    • tags: タグ(カンマ区切り)
    • status: ステータス(active/draft/archived)
    • variants: バリエーション
    • options: オプション
    • images: 画像
  5. delete_product: 商品を削除する

    • product_id: 商品ID(必須)

設定

必要な環境変数

このサーバーを使用するには、以下の環境変数を設定する必要があります:

  • SHOPIFY_SHOP_URL: ShopifyストアのURL(例: mystore.myshopify.com
  • SHOPIFY_API_KEY: Shopify Admin APIのAPIキー
  • SHOPIFY_API_PASSWORD: Shopify Admin APIのAPIパスワード(Secret)
  • SHOPIFY_API_VERSION: Shopify APIのバージョン(デフォルト: 2023-10)

Claude Desktopでの設定

Claude Desktopで使用する場合は、以下の設定をclaude_desktop_config.jsonに追加します:

macOS

設定ファイルの場所: ~/Library/Application Support/Claude/claude_desktop_config.json

使用方法

Claude Desktopでこのサーバーを使用するには、以下のようにツールを呼び出します:

商品一覧の取得

商品一覧を取得してください。

商品の詳細情報の取得

商品ID 1234567890の詳細情報を取得してください。

新しい商品の作成

以下の情報で新しい商品を作成してください:
- 商品名: サンプル商品
- 説明: これはサンプル商品です。
- 価格: 1000円

商品の更新

商品ID 1234567890を以下の情報で更新してください:
- 商品名: 更新後の商品名
- 価格: 2000円

商品の削除

商品ID 1234567890を削除してください。

開発

依存関係のインストール

cd shopify-py-mcp
uv sync --dev --all-extras

デバッグ

MCP Inspectorを使用してデバッグすることができます:

npx @modelcontextprotocol/inspector uv --directory /your_path/shopify-py-mcp run shopify-py-mcp

ビルドと公開

パッケージを配布用に準備するには:

  1. 依存関係を同期してロックファイルを更新:
uv sync
  1. パッケージのビルド:
uv build
  1. PyPIに公開:
uv publish

注意: PyPIの認証情報を環境変数またはコマンドフラグで設定する必要があります:

  • トークン: --token または UV_PUBLISH_TOKEN
  • またはユーザー名/パスワード: --username/UV_PUBLISH_USERNAME--password/UV_PUBLISH_PASSWORD

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers