Labsco
kishimoto-banana logo

Shopify

1

from kishimoto-banana

Integrates with the Shopify API to retrieve and manipulate product information.

🔥🔥🔥✓ VerifiedAccount requiredNeeds API keys

⌁ labsco summary — our analysis, not the vendor's

What it is — A Python MCP server that lets Claude Desktop read and manage Shopify store products via the Shopify Admin API.

What you get

  • list_products and get_product — e.g. "商品ID 1234567890の詳細情報を取得してください"
  • create_product / update_product with title, HTML body, vendor, type, tags, status, variants, options, images
  • delete_product for cleanup

Requirements — A Shopify store and Admin API credentials: SHOPIFY_SHOP_URL, SHOPIFY_API_KEY, SHOPIFY_API_PASSWORD, and SHOPIFY_API_VERSION (default 2023-10).

Cost snapshot — Open source, MIT, free. It fronts your paid Shopify plan and Admin API, so cost is your existing Shopify subscription.

Setup effortuv sync, then register in claude_desktop_config.json with the four env vars.

Our take — Clean, focused product CRUD for Shopify merchants who work in Claude, but scope is limited to products only (no orders, customers or inventory), and docs are Japanese-first.

Source: the project README — summarized 2026-07-08.