Loading MCP server directory, please wait...
Safe-write Shopify operations: plan-before-execute writes with out-of-band approval and audit.
npx @getmcp/cli add io.github.jpka/shopify-operations-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
SHOPIFY_STORE_DOMAINThe myshopify.com store domain, e.g. my-store.myshopify.com. Overrides shopify.storeDomain from the config file.
SHOPIFY_ADMIN_TOKENShopify Admin API access token. Required and only ever read from the environment — never from the config file.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.jpka/shopify-operations-mcp": {
"command": "npx",
"args": [
"-y",
"shopify-operations-mcp"
],
"env": {
"SHOPIFY_STORE_DOMAIN": "",
"SHOPIFY_ADMIN_TOKEN": "",
"SHOPIFY_CONFIG": "",
"SHOPIFY_PLAN_TTL_MS": "",
"SHOPIFY_APPROVAL_SERVER_PORT": "",
"SHOPIFY_PROTECTED_TAGS": "",
"SHOPIFY_CALLER_ID": "",
"SHOPIFY_AUDIT_PATH": ""
}
}
}
}