storefront mcp for Grok
io.github.maarmapa/storefront-mcp
E-commerce storefront over MCP: public catalog tools plus token-gated back-office tools.
client:Grok
transport:stdio
runtime:npm
Install storefront mcp in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs