ecommerce intelligence mcp server for Cursor
io.github.thenextgennexus/ecommerce-intelligence-mcp-server
Analyze Shopify stores, get product catalogs, pricing strategies, and store performance data
client:Cursor
transport:stdio
runtime:npm
Install ecommerce intelligence mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ecommerce-intelligence-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@thenextgennexus/ecommerce-intelligence-mcp-server"
],
"env": {
"APIFY_TOKEN": "<APIFY_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs