-
securityA
license-
qualityThis MCP server connects clients with Shopify store data, enabling retrieval of product and customer information via exposed tools.
Last updated -
2
Python
MIT License
Integrates directly with Shopify's Admin API using GraphQL, allowing structured queries and mutations for managing Shopify store data.
Provides a bridge to Shopify's Admin API, enabling comprehensive product management, customer data access, order processing, collection management, and discount creation for Shopify e-commerce stores.
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 |
不和谐 | 加入我们的服务器 |