A
securityA
licenseA
qualityEnables interaction with Shopify store data using the GraphQL API, supporting product, customer, and order management with comprehensive error handling.
Last updated -
15
76
7
TypeScript
MIT License
Shopify MCP 服务器通过模型上下文协议 (MCP) 为您的应用程序与 Shopify 生态系统之间搭建了一座强大的桥梁。只需简单调用 Shopify 的 Admin API,即可轻松管理产品、客户、订单等。
选择您喜欢的安装方法:
方法 | 指示 |
---|---|
锻造工艺 | |
Glama.ai | |
新公共管理 | npm install shopify-mcp-server |
工具 | 描述 | 关键参数 |
---|---|---|
get-products | 按标题查找产品 | searchTitle 、 limit |
get-products-by-collection | 获取收藏产品 | collectionId , limit |
get-products-by-ids | 检索特定产品 | productIds |
get-variants-by-ids | 获取变体详细信息 | variantIds |
工具 | 描述 | 关键参数 |
---|---|---|
get-customers | 检索客户数据 | limit , next |
tag-customer | 为客户添加标签 | customerId , tags |
工具 | 描述 | 关键参数 |
---|---|---|
get-orders | 过滤和排序 | first , after , query , sortKey |
get-order | 获取单个订单详情 | orderId |
工具 | 描述 | 关键参数 |
---|---|---|
get-collections | 检索商店收藏 | limit , name |
get-shop | 获取商店基本信息 | 没有任何 |
get-shop-details | 获取详细店铺信息 | 没有任何 |
工具 | 描述 | 关键参数 |
---|---|---|
create-discount | 创建折扣代码 | title 、 code 、 valueType 、 value |
read_products
, write_products
read_customers
, write_customers
read_orders
, write_orders
**安全提示:**请妥善保管您的访问令牌。切勿将其提交到版本控制中。
添加到您的claude_desktop_config.json
:
资源 | 关联 |
---|---|
GitHub 讨论 | 加入对话 |
问题追踪器 | 报告错误 |
叽叽喳喳 | @rezajafar |
不和谐 | 加入我们的服务器 |
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
通过 GraphQL API 实现与 Shopify 商店数据的交互,提供管理产品、客户、订单、折扣等的工具,并具有强大的错误处理功能。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rezapex/shopify-mcp-server-main'
If you have feedback or need assistance with the MCP directory API, please join our Discord server