Skip to content
Claude Desktop

leclerc drive for Claude Desktop

io.github.skunkobi/leclerc-drive

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

client:Claude Desktop transport:stdio runtime:npm

Install leclerc drive in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "leclerc-drive": {
      "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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

leclerc drive in other clients