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.
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 서버를 실행하려면 다음 명령을 사용하세요.
지엑스피1
커서 또는 Claude Desktop 사용
다음 구성을 추가하세요. 자세한 내용은 커서 MCP 설명서 또는 Claude Desktop MCP 가이드를 참조하세요.
Windows에서는 다음과 같은 대체 구성을 사용해야 할 수도 있습니다.
사용 가능한 도구
이 MCP 서버는 다음과 같은 도구를 제공합니다.
도구 이름 | 설명 |
---|---|
검색_개발_문서 | shopify.dev 문서 검색 |
인트로스펙트_관리_스키마 | Shopify Admin GraphQL 스키마에 액세스하고 검색합니다. |
사용 가능한 프롬프트
이 MCP 서버는 다음과 같은 프롬프트를 제공합니다.
프롬프트 이름 | 설명 |
---|---|
shopify_admin_graphql | Shopify Admin API에 대한 GraphQL 작업을 작성하는 데 도움이 됩니다. |
개발
서버는 MCP SDK를 사용하여 구축되었으며 Shopify Dev와 통신합니다.
npm install
- 소스 파일 수정
npm run build
실행하여 컴파일합니다.npm run test
실행하여 테스트를 실행합니다.- 이 명령을 실행하는 MCP 서버를 추가합니다:
node <absolute_path_of_project>/dist/index.js
특허
아이에스씨
This server cannot be installed
Shopify Dev와 상호 작용하는 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 프로토콜은 다양한 Shopify API와 상호 작용하는 다양한 도구를 지원합니다.