storefront mcp for Cursor
io.github.maarmapa/storefront-mcp
E-commerce storefront over MCP: public catalog tools plus token-gated back-office tools.
client:Cursor
transport:stdio
runtime:npm
Install storefront mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"storefront-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"storefront-mcp"
],
"env": {
"CATALOG_ADAPTER": "<CATALOG_ADAPTER>",
"MCP_SECRET": "<MCP_SECRET>",
"MCP_SERVER_NAME": "<MCP_SERVER_NAME>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs