HomeMarketing & E-Commerce › mcp-leclerc-drive

mcp-leclerc-drive

MCP server for E.Leclerc Drive — search products, manage cart, and order groceries from Claude

TypeScript
★ 19 stars Last pushed 2026-07-11 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.3.0)

npx -y mcp-leclerc-drive@0.3.0

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-leclerc-drive": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-leclerc-drive@0.3.0"
      ],
      "env": {
        "LECLERC_STORE_ID": "<YOUR_VALUE>",
        "LECLERC_HOST": "<YOUR_VALUE>",
        "LECLERC_COOKIE": "<YOUR_VALUE>",
        "LECLERC_CHROME_PROFILE": "<YOUR_VALUE>"
      }
    }
  }
}
  • LECLERC_STORE_ID — Leclerc Drive store id, e.g. 053701 (defaults to 053701).
  • LECLERC_HOST — Backend host for your store, e.g. fd9-courses.leclercdrive.fr (the fdN prefix varies by region).
  • LECLERC_COOKIE secret — Optional raw Cookie header override for headless hosts; by default the session is read from your local Chrome profile.
  • LECLERC_CHROME_PROFILE — Chrome profile directory to read the session cookie from (defaults to "Default").

Related servers

Data from the Official MCP Registry