Shopify MCP Server
JSON →Interact with Shopify store data such as products, customers, and orders using the GraphQL API.
Tools · 15
- shopify_create_product Create a new product in Shopify
- shopify_get_product Get product details by ID
- shopify_update_product Update an existing product
- shopify_delete_product Delete a product by ID
- shopify_list_products List all products with optional filters
- shopify_create_order Create a new order
- shopify_get_order Get order details by ID
- shopify_update_order Update an existing order
- shopify_list_orders List all orders with optional filters
- shopify_create_customer Create a new customer
- shopify_get_customer Get customer details by ID
- shopify_update_customer Update an existing customer
- shopify_list_customers List all customers with optional filters
- shopify_get_inventory Get inventory level for a product variant
- shopify_update_inventory Update inventory quantity for a product variant
Environment variables
SHOPIFY_ACCESS_TOKEN
Links
★ 3 GitHub stars