Shopify MCP 서버
Claude와 같은 클라이언트를 Shopify 스토어 데이터와 연결하는 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 서버는 Shopify 스토어에서 제품 및 고객 정보를 검색하는 도구를 제공합니다.
도구
get-product-list
: Shopify 스토어에서 제품 목록을 검색합니다.get-customer-list
: Shopify 스토어에서 고객 목록을 검색합니다.- 곧 더 많은 내용이 나올 예정입니다
필수 조건
- Python 3.12 이상
- API 액세스가 가능한 Shopify 스토어
- Shopify API 자격 증명(API 키, 비밀번호 및 액세스 토큰)
설치
- 저장소를 복제합니다.
지엑스피1
uv
사용하여 가상 환경을 만들고 활성화합니다.
- 패키지를 설치하세요:
구성
- Shopify 자격 증명을 사용하여 루트 디렉토리에
.env
파일을 만듭니다.
플레이스홀더 값을 실제 Shopify API 자격 증명으로 바꾸세요.
용법
- MCP 서버를 시작합니다.
- 서버는 두 가지 도구를 제공합니다.
제품 목록을 가져오세요
Shopify 스토어에서 제품 목록을 검색합니다.
- 선택 매개변수:
limit
(기본값: 10) - 반환할 최대 제품 수
고객 목록 가져오기
Shopify 스토어에서 고객 목록을 검색합니다.
- 선택 매개변수:
limit
(기본값: 10) - 반환할 최대 고객 수
도구 응답 형식
제품
고객
개발
이 프로젝트에서는 다음을 사용합니다.
- AI 기반 도구를 구축하기 위한 MCP(Model Context Protocol)
- Shopify 통합을 위한 Shopify Python API
- 종속성 관리를 위한 UV
보안
.env
파일을 버전 제어에 커밋하지 마십시오.- Shopify API 자격 증명을 안전하게 유지하세요
- 민감한 정보에는 환경 변수를 사용하세요
특허
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.
기여하다
- 저장소를 포크하세요
- 기능 브랜치를 생성합니다(
git checkout -b feature/amazing-feature
) - 변경 사항을 커밋하세요(
git commit -m 'Add some amazing feature'
) - 브랜치에 푸시(
git push origin feature/amazing-feature
) - 풀 리퀘스트 열기
This server cannot be installed
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.
이 MCP 서버는 클라이언트를 Shopify 매장 데이터와 연결하여 노출된 도구를 통해 제품 및 고객 정보를 검색할 수 있도록 합니다.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityMCP Server enabling integration with Scrapezy to retrieve structured data from websites.Last updated -14316JavaScriptMIT License
- -securityAlicense-qualityWooCommerce MCP Server enables interaction with WooCommerce stores through the WordPress REST API. It provides comprehensive tools for managing all aspects of products, orders, customers, shipping, taxes, discounts, and store configuration using JSON-RPC 2.0 protocol.Last updated -47JavaScriptMIT License
- AsecurityAlicenseAqualityMCP server that integrates with Shopify API, allowing Claude Desktop users to retrieve and manipulate product information from Shopify stores.Last updated -52PythonMIT License
Shopify Dev MCPofficial
AsecurityAlicenseAqualityModel Context Protocol (MCP) server that interacts with Shopify Dev. This protocol supports various tools to interact with different Shopify APIs.Last updated -41,767437TypeScriptISC License