Skip to main content
Glama
minijy

Shopify Commerce MCP Server

by minijy

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SHOPIFY_SHOPNoYour Shopify shop domain (e.g., your-store.myshopify.com). Overrides config file if set.
SHOPIFY_CLIENT_IDNoClient ID for Shopify Client Credentials flow. Must be used together with SHOPIFY_CLIENT_SECRET.
SHOPIFY_API_VERSIONNoShopify API version (optional).
SHOPIFY_ACCESS_TOKENNoExisting Shopify Admin API access token. Alternative to Client ID/Secret.
SHOPIFY_CLIENT_SECRETNoClient Secret for Shopify Client Credentials flow.
SHOPIFY_MCP_CONFIG_PATHNoPath to the configuration file (optional).

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
shopify_connection_statusA

验证 Shopify 连接、API 版本和授权范围,不返回任何密钥。

shopify_config_statusA

仅返回配置来源和凭证是否存在,不测试网络连接,也不返回密钥。

shopify_search_productsB

按 Shopify 搜索语法查询商品,返回分页结果。

shopify_get_productA

读取一个商品及前 20 个变体。

shopify_create_product_draftB

创建 DRAFT 商品;该工具不会自动上架或发布到销售渠道。

shopify_update_productA

更新商品基础信息;不改变发布渠道。

shopify_set_product_statusA

把商品设为 ACTIVE、DRAFT、ARCHIVED 或 UNLISTED;ACTIVE 不等于已发布。

shopify_list_publicationsC

列出可用于发布商品的 Shopify publications。

shopify_publish_productA

将 ACTIVE 商品发布到指定销售渠道。此操作会改变店铺可见性,调用前应获得用户确认。

shopify_unpublish_productA

从指定销售渠道撤下商品;不会删除商品。此操作调用前应获得用户确认。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/minijy/shopify-commerce-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server