mcp server shopify for Zed
io.github.aiwerk/mcp-server-shopify
Shopify Admin GraphQL API: products, orders, customers, inventory, and more (read and write).
client:Zed
transport:stdio
runtime:npm
Install mcp server shopify in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-server-shopify": {
"command": "npx",
"args": [
"-y",
"@aiwerk/mcp-server-shopify"
],
"env": {
"SHOPIFY_STORE_DOMAIN": "<SHOPIFY_STORE_DOMAIN>",
"SHOPIFY_CLIENT_ID": "<SHOPIFY_CLIENT_ID>",
"SHOPIFY_CLIENT_SECRET": "<SHOPIFY_CLIENT_SECRET>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs