Loading MCP server directory, please wait...
Shopify Admin GraphQL API: products, orders, customers, inventory, and more (read and write).
npx @getmcp/cli add io.github.AIWerk/mcp-server-shopifyRequires Node.js 18+. Community-contributed server. Review source before installing.
SHOPIFY_STORE_DOMAINYour store domain, e.g. my-store.myshopify.com.
SHOPIFY_CLIENT_IDShopify app/client ID for the Admin API.
SHOPIFY_CLIENT_SECRETShopify app/client secret for the Admin API.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.AIWerk/mcp-server-shopify": {
"command": "npx",
"args": [
"-y",
"@aiwerk/mcp-server-shopify"
],
"env": {
"SHOPIFY_STORE_DOMAIN": "",
"SHOPIFY_CLIENT_ID": "",
"SHOPIFY_CLIENT_SECRET": ""
}
}
}
}