Skip to content
Cursor

leclerc drive for Cursor

io.github.skunkobi/leclerc-drive

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

client:Cursor transport:stdio runtime:npm

Install leclerc drive in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

leclerc drive in other clients