Shopify Commerce MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SHOPIFY_SHOP | No | Your Shopify shop domain (e.g., your-store.myshopify.com). Overrides config file if set. | |
| SHOPIFY_CLIENT_ID | No | Client ID for Shopify Client Credentials flow. Must be used together with SHOPIFY_CLIENT_SECRET. | |
| SHOPIFY_API_VERSION | No | Shopify API version (optional). | |
| SHOPIFY_ACCESS_TOKEN | No | Existing Shopify Admin API access token. Alternative to Client ID/Secret. | |
| SHOPIFY_CLIENT_SECRET | No | Client Secret for Shopify Client Credentials flow. | |
| SHOPIFY_MCP_CONFIG_PATH | No | Path 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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