MCP Servers / cloud-service / Shopify MCP Server

Shopify MCP Server

JSON →
httpnone212cloud-service

Interact with Shopify store data using the GraphQL API.

Install
How to run this server
[ { "cmd": "npx shopify-mcp", "imports": [] } ]
server path: shopify-mcp-server-2
Tools
What this server exposes
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
Configuration
Environment & auth
authnone
envYOUR_CLIENT_ID
envYOUR_CLIENT_SECRET
envYOUR_ACCESS_TOKEN
envSHOPIFY_CLIENT_ID
envSHOPIFY_CLIENT_SECRET
envSHOPIFY_ACCESS_TOKEN
Resources
Shopify MCP Server — MCP Server · libregistry