ecommerce intelligence mcp server for Zed
io.github.thenextgennexus/ecommerce-intelligence-mcp-server
Analyze Shopify stores, get product catalogs, pricing strategies, and store performance data
client:Zed
transport:stdio
runtime:npm
Install ecommerce intelligence mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"ecommerce-intelligence-mcp-server": {
"command": "npx",
"args": [
"-y",
"@thenextgennexus/ecommerce-intelligence-mcp-server"
],
"env": {
"APIFY_TOKEN": "<APIFY_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs