Shopify Dev MCP

Official
by Shopify

Integrations

  • Enables introspection and searching of the Shopify Admin GraphQL schema, with specialized support for writing GraphQL operations against the Shopify Admin API.

  • Provides tools for searching Shopify.dev documentation and introspecting the Shopify Admin GraphQL schema. Includes a specialized prompt for writing GraphQL operations for the Shopify Admin API.

Shopify Dev MCP 服务器

该项目实现了与 Shopify Dev 交互的模型上下文协议 (MCP) 服务器。该协议支持各种工具与不同的 Shopify API 进行交互。

设置

要使用 npx 运行 Shopify MCP 服务器,请使用以下命令:

npx -y @shopify/dev-mcp@latest

与 Cursor 或 Claude Desktop 一起使用

添加以下配置。更多信息,请阅读Cursor MCP 文档Claude Desktop MCP 指南

{ "mcpServers": { "shopify-dev-mcp": { "command": "npx", "args": ["-y", "@shopify/dev-mcp@latest"] } } }

在 Windows 上,您可能需要使用以下替代配置:

{ "mcpServers": { "shopify-dev-mcp": { "command": "cmd", "args": ["/k", "npx", "-y", "@shopify/dev-mcp@latest"] } } }

可用工具

该 MCP 服务器提供以下工具:

工具名称描述
search_dev_docs搜索 shopify.dev 文档
introspect_admin_schema访问和搜索 Shopify Admin GraphQL 架构

可用提示

此 MCP 服务器提供以下提示:

提示名称描述
shopify_admin_graphql帮助您为 Shopify Admin API 编写 GraphQL 操作

发展

该服务器使用 MCP SDK 构建并与 Shopify Dev 通信。

  1. npm install
  2. 修改源文件
  3. 运行npm run build进行编译
  4. 运行npm run test来运行测试
  5. 添加运行以下命令的 MCP 服务器: node <absolute_path_of_project>/dist/index.js

执照

国际学习中心

-
security - not tested
A
license - permissive license
-
quality - not tested

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 进行交互。

  1. 设置
    1. 与 Cursor 或 Claude Desktop 一起使用
      1. 可用工具
        1. 可用提示
          1. 发展
            1. 执照

              Related MCP Servers

              • A
                security
                A
                license
                A
                quality
                A beginner-friendly Model Context Protocol (MCP) server that helps users understand MCP concepts, provides interactive examples, and lists available MCP servers. This server is designed to be a helpful companion for developers working with MCP. Also comes with a huge list of servers you can install.
                Last updated 4 months ago
                3
                9
                36
                JavaScript
                Apache 2.0
              • -
                security
                A
                license
                -
                quality
                MCP Server simplifies the implementation of the Model Context Protocol by providing a user-friendly API to create custom tools and manage server workflows efficiently.
                Last updated 4 months ago
                4
                3
                TypeScript
                MIT License
              • -
                security
                A
                license
                -
                quality
                MCP 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 3 months ago
                13
                2
                TypeScript
                MIT License
              • A
                security
                A
                license
                A
                quality
                A Model Context Protocol (MCP) server that provides tools for managing todo items, including creation, updating, completion, deletion, searching, and summarizing tasks.
                Last updated 2 months ago
                10
                4
                TypeScript
                MIT License

              View all related MCP servers

              ID: 9flrztljrm