Skip to content
Cline

leclerc drive for Cline

io.github.skunkobi/leclerc-drive

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

client:Cline transport:stdio runtime:npm

Install leclerc drive 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

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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

leclerc drive in other clients