ecommerce-intelligence-mcp-server
About
Analyze Shopify stores, get product catalogs, pricing strategies, and store performance data
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
APIFY_TOKENClaude Code
claude mcp add --env APIFY_TOKEN= ecommerce-intelligence-mcp-server -- npx @thenextgennexus/ecommerce-intelligence-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"ecommerce-intelligence-mcp-server","command":"npx","args":["@thenextgennexus/ecommerce-intelligence-mcp-server"],"env":{"APIFY_TOKEN":""}}'
JSON
{
"mcpServers": {
"ecommerce-intelligence-mcp-server": {
"command": "npx",
"args": [
"@thenextgennexus/ecommerce-intelligence-mcp-server"
],
"env": {
"APIFY_TOKEN": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.