Back to MCP Servers
Shopify Server
Manage Shopify stores, products, orders, and customer data for e-commerce operations
shopifyecommercestoreproductsorders
By Shopify
Installation
npm install -g @shopify/mcp-serverConfiguration
{
"mcpServers": {
"shopify": {
"command": "npx",
"args": ["-y", "@shopify/mcp-server"],
"env": {
"SHOPIFY_STORE_URL": "your-store.myshopify.com",
"SHOPIFY_ACCESS_TOKEN": "your-access-token"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes