Skip to main content
Glama

Shopify Dev MCP

Official
by Shopify

Shopify Dev MCP 서버

이 프로젝트는 Shopify Dev와 상호 작용하는 모델 컨텍스트 프로토콜(MCP) 서버를 구현합니다. 이 프로토콜은 다양한 Shopify API와 상호 작용하는 다양한 도구를 지원합니다. 현재 지원되는 API는 다음과 같습니다.

  • 관리자 GraphQL API
  • 기능
  • (선택 사항) Polaris 웹 구성 요소

설정

npx를 사용하여 Shopify MCP 서버를 실행하려면 다음 명령을 사용하세요.

지엑스피1

커서 또는 Claude Desktop 사용

다음 구성을 추가하세요. 자세한 내용은 커서 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 서버 개선 방법을 더 잘 이해하기 위해 이 패키지는 계측 호출을 수행합니다. 계측 호출을 비활성화하려면 OPT_OUT_INSTRUMENTATION 환경 변수를 설정합니다. Cursor 또는 Claude Desktop에서 구성은 다음과 같습니다.

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

옵트인 폴라리스 지원(실험적)

Cursor 또는 Claude Desktop에서 Polaris Web Components 문서를 표면화하려면 MCP 서버 구성에 POLARIS_UNIFIED 플래그가 있는 env 블록을 포함하세요.

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

사용 가능한 도구

이 MCP 서버는 다음과 같은 도구를 제공합니다.

도구 이름설명
검색_개발_문서shopify.dev 문서 검색
인트로스펙트_관리_스키마Shopify Admin GraphQL 스키마에 액세스하고 검색합니다.
경로별 문서 가져오기shopify.dev에서 문서 검색
시작하다Shopify API(관리, 기능 등)를 시작해 보세요.

사용 가능한 프롬프트

이 MCP 서버는 다음과 같은 프롬프트를 제공합니다.

프롬프트 이름설명
shopify_admin_graphqlShopify Admin API에 대한 GraphQL 작업을 작성하는 데 도움이 됩니다.

개발

서버는 MCP SDK를 사용하여 구축되었으며 Shopify Dev와 통신합니다.

  1. npm install
  2. 소스 파일 수정
  3. npm run build 실행하여 컴파일하거나 npm run build:watch 실행하여 변경 사항을 감시하고 컴파일합니다.
  4. npm run test 실행하여 테스트를 실행합니다.
  5. 이 명령을 실행하는 MCP 서버를 추가합니다: node <absolute_path_of_project>/dist/index.js

특허

아이에스씨

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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. 커서 또는 Claude Desktop 사용
      1. 계측 비활성화
      2. 옵트인 폴라리스 지원(실험적)
    2. 사용 가능한 도구
      1. 사용 가능한 프롬프트
        1. 개발
          1. 특허

            Related MCP Servers

            • A
              security
              F
              license
              A
              quality
              A 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 -
              8
              84
              27
              JavaScript
            • -
              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 -
              13
              2
              TypeScript
              MIT License
            • A
              security
              A
              license
              A
              quality
              Model 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 -
              16
              58
              27
              TypeScript
              MIT License
              • Linux
              • Apple
            • -
              security
              A
              license
              -
              quality
              This MCP server connects clients with Shopify store data, enabling retrieval of product and customer information via exposed tools.
              Last updated -
              2
              Python
              MIT License

            View all related MCP servers

            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/Shopify/dev-mcp'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server