Shopify Dev MCP 服务器
该项目实现了一个与 Shopify Dev 交互的模型上下文协议 (MCP) 服务器。该协议支持各种工具与不同的 Shopify API 进行交互。目前支持以下 API:
- 管理员 GraphQL API
- 功能
- (可选)Polaris Web 组件
设置
要使用 npx 运行 Shopify MCP 服务器,请使用以下命令:
与 Cursor 或 Claude Desktop 一起使用
添加以下配置。更多信息,请阅读Cursor MCP 文档或Claude Desktop MCP 指南。
在 Windows 上,您可能需要使用以下替代配置:
禁用检测
为了更好地理解如何改进 MCP 服务器,此软件包会进行插桩调用。要禁用这些调用,您可以设置OPT_OUT_INSTRUMENTATION
环境变量。在 Cursor 或 Claude Desktop 中,配置如下:
选择加入 Polaris 支持(实验性)
如果您希望 Cursor 或 Claude Desktop 显示 Polaris Web Components 文档,请在 MCP 服务器配置中包含带有POLARIS_UNIFIED
标志的env
块:
可用工具
该 MCP 服务器提供以下工具:
工具名称 | 描述 |
---|---|
search_dev_docs | 搜索 shopify.dev 文档 |
introspect_admin_schema | 访问和搜索 Shopify Admin GraphQL 架构 |
按路径获取文档 | 从 shopify.dev 检索文档 |
开始 | 开始使用 Shopify API(管理员、功能等) |
可用提示
此 MCP 服务器提供以下提示:
提示名称 | 描述 |
---|---|
shopify_admin_graphql | 帮助您为 Shopify Admin API 编写 GraphQL 操作 |
发展
该服务器使用 MCP SDK 构建并与 Shopify Dev 通信。
npm install
- 修改源文件
- 运行
npm run build
进行编译或npm run build:watch
来监视更改并进行编译 - 运行
npm run test
来运行测试 - 添加运行以下命令的 MCP 服务器:
node <absolute_path_of_project>/dist/index.js
执照
国际学习中心
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.
与 Shopify Dev 交互的模型上下文协议 (MCP) 服务器。该协议支持各种工具与不同的 Shopify API 进行交互。
Related MCP Servers
- AsecurityFlicenseAqualityA Model Context Protocol (MCP) server that provides programmatic access to the Supabase Management API. This server allows AI models and other clients to manage Supabase projects and organizations through a standardized interface.Last updated -88427JavaScript
- -securityAlicense-qualityMCP Server provides a simpler API to interact with the Model Context Protocol by allowing users to define custom tools and services to streamline workflows and processes.Last updated -132TypeScriptMIT License
Upstash MCP Serverofficial
AsecurityAlicenseAqualityModel Context Protocol (MCP) is a new, standardized protocol for managing context between large language models (LLMs) and external systems. In this repository, we provide an installer as well as an MCP Server for Upstash Developer API's.Last updated -165827TypeScriptMIT License- -securityAlicense-qualityThis MCP server connects clients with Shopify store data, enabling retrieval of product and customer information via exposed tools.Last updated -2PythonMIT License