leclerc drive for Grok
io.github.skunkobi/leclerc-drive
MCP server for E.Leclerc Drive — search products, manage cart, and order groceries from Claude
client:Grok
transport:stdio
runtime:npm
Install leclerc drive in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"leclerc-drive": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-leclerc-drive"
],
"env": {
"LECLERC_STORE_ID": "<LECLERC_STORE_ID>",
"LECLERC_HOST": "<LECLERC_HOST>",
"LECLERC_COOKIE": "<LECLERC_COOKIE>",
"LECLERC_CHROME_PROFILE": "<LECLERC_CHROME_PROFILE>"
}
}
}
}
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