Ecommerce Command Center for Cursor
io.github.atul0016/ecommerce-command-center
Daily ecommerce revenue, inventory, listing, shipping, and restock operations intelligence.
client:Cursor
transport:stdio
runtime:pypi
Install Ecommerce Command Center in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ecommerce-command-center": {
"type": "stdio",
"command": "uvx",
"args": [
"ecommerce-command-center-mcp"
],
"env": {
"EARNALL_MCP_LICENSE_KEY": "<EARNALL_MCP_LICENSE_KEY>",
"EARNALL_MCP_ACTIVATION_ID": "<EARNALL_MCP_ACTIVATION_ID>",
"EARNALL_MCP_LICENSE_API": "<EARNALL_MCP_LICENSE_API>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs