storefront mcp for Cline
io.github.maarmapa/storefront-mcp
E-commerce storefront over MCP: public catalog tools plus token-gated back-office tools.
client:Cline
transport:stdio
runtime:npm
Install storefront mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"storefront-mcp": {
"command": "npx",
"args": [
"-y",
"storefront-mcp"
],
"env": {
"CATALOG_ADAPTER": "<CATALOG_ADAPTER>",
"MCP_SECRET": "<MCP_SECRET>",
"MCP_SERVER_NAME": "<MCP_SERVER_NAME>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs