-
securityA
license-
qualityThis MCP server connects clients with Shopify store data, enabling retrieval of product and customer information via exposed tools.
Last updated -
2
Python
MIT License
Integrates directly with Shopify's Admin API using GraphQL, allowing structured queries and mutations for managing Shopify store data.
Provides a bridge to Shopify's Admin API, enabling comprehensive product management, customer data access, order processing, collection management, and discount creation for Shopify e-commerce stores.
Shopify MCP 서버는 모델 컨텍스트 프로토콜(Model Context Protocol)을 통해 애플리케이션과 Shopify 생태계를 강력하게 연결합니다. Shopify Admin API에 대한 간단한 API 호출을 통해 제품, 고객, 주문 등을 쉽게 관리할 수 있습니다.
원하는 설치 방법을 선택하세요:
방법 | 지침 |
---|---|
대장간 | |
글라마.에이아이 | |
국립민간공원 | npm install shopify-mcp-server |
도구 | 설명 | 주요 매개변수 |
---|---|---|
get-products | 제목으로 제품 찾기 | searchTitle , limit |
get-products-by-collection | 컬렉션 제품 받기 | collectionId , limit |
get-products-by-ids | 특정 제품 검색 | productIds |
get-variants-by-ids | 변형 세부 정보 가져오기 | variantIds |
도구 | 설명 | 주요 매개변수 |
---|---|---|
get-customers | 고객 데이터 검색 | limit , next |
tag-customer | 고객에게 태그 추가 | customerId , tags |
도구 | 설명 | 주요 매개변수 |
---|---|---|
get-orders | 필터 및 정렬 순서 | first , after , query , sortKey |
get-order | 단일 주문 세부 정보 받기 | orderId |
도구 | 설명 | 주요 매개변수 |
---|---|---|
get-collections | 상점 컬렉션 검색 | limit , name |
get-shop | 기본 매장 세부 정보 받기 | 없음 |
get-shop-details | 확장된 매장 정보 받기 | 없음 |
도구 | 설명 | 주요 매개변수 |
---|---|---|
create-discount | 할인 코드 생성 | title , code , valueType , value |
read_products
, write_products
read_customers
, write_customers
read_orders
, write_orders
보안 참고: 액세스 토큰을 안전하게 보관하세요. 버전 관리 시스템에 커밋하지 마세요.
claude_desktop_config.json
에 다음을 추가하세요:
의지 | 링크 |
---|---|
GitHub 토론 | 대화에 참여하세요 |
이슈 트래커 | 버그 신고 |
지저귀다 | @레자자파르 |
불화 | 우리 서버에 가입하세요 |
You must be authenticated.
Shopify MCP 서버