shopify/shopify

MCP Server

Shopify MCP Server - products, orders, customers, inventory

Shopify e-commerce MCP server.

MCP Server

  • Package: @ajackus/shopify-mcp-server
  • Transport: stdio
  • Command: npx -y @ajackus/shopify-mcp-server

Authentication

Shopify API access token

VariableRequiredDescription
SHOPIFY_ACCESS_TOKENYesShopify API access token
SHOPIFY_STORE_URLYesStore URL

Available Tools

ToolDescription
*Auto-discovered*Products, orders, customers, inventory management

Configuration Example

toml
[[mcp.servers]]
name = "shopify"
type = "stdio"
command = "npx"
args = ["-y", "@ajackus/shopify-mcp-server"]
timeout_seconds = 60
env = { SHOPIFY_ACCESS_TOKEN = "your-value", SHOPIFY_STORE_URL = "your-value" }
tools = []

Notes: Package may not exist on npm — verify before use.