Shopify Python MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SHOPIFY_API_KEYYesShopify Admin API key
SHOPIFY_SHOP_URLYesShopify store URL (e.g., mystore.myshopify.com)
SHOPIFY_API_VERSIONNoShopify API version2023-10
SHOPIFY_API_PASSWORDYesShopify Admin API password (Secret)

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
list_products

商品一覧を取得する

get_product

商品の詳細情報を取得する

create_product

新しい商品を作成する

update_product

商品を更新する

delete_product

商品を削除する