Shopify MCP Server
JSON →Interact with Shopify store data using the GraphQL API.
Install
npx shopify-mcp Tools · 30
- shopify_create_product Create a new product in Shopify
- shopify_get_product Get a single product 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 a single order by ID
- shopify_update_order Update an existing order
- shopify_delete_order Delete an order by ID
- shopify_list_orders List all orders with optional filters
- shopify_create_customer Create a new customer
- shopify_get_customer Get a single customer by ID
- shopify_update_customer Update an existing customer
- shopify_delete_customer Delete a customer by ID
- shopify_list_customers List all customers with optional filters
- shopify_create_collection Create a new collection
- shopify_get_collection Get a single collection by ID
- shopify_update_collection Update an existing collection
- shopify_delete_collection Delete a collection by ID
- shopify_list_collections List all collections with optional filters
- shopify_create_inventory_item Create a new inventory item
- shopify_get_inventory_item Get a single inventory item by ID
- shopify_update_inventory_item Update an existing inventory item
- shopify_delete_inventory_item Delete an inventory item by ID
- shopify_list_inventory_items List all inventory items with optional filters
- shopify_create_location Create a new location
- shopify_get_location Get a single location by ID
- shopify_update_location Update an existing location
- shopify_delete_location Delete a location by ID
- shopify_list_locations List all locations with optional filters
Environment variables
YOUR_CLIENT_IDYOUR_CLIENT_SECRETYOUR_ACCESS_TOKENSHOPIFY_CLIENT_IDSHOPIFY_CLIENT_SECRETSHOPIFY_ACCESS_TOKEN
Links
★ 212 GitHub stars