← Back to Plugins
MCP Server MCP

io.github.skunkobi/leclerc-drive

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-leclerc-drive",
      "version": "0.3.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Leclerc Drive store id, e.g. 053701 (defaults to 053701).",
          "format": "string",
          "name": "LECLERC_STORE_ID"
        },
        {
          "description": "Backend host for your store, e.g. fd9-courses.leclercdrive.fr (the fdN prefix varies by region).",
          "format": "string",
          "name": "LECLERC_HOST"
        },
        {
          "description": "Optional raw Cookie header override for headless hosts; by default the session is read from your local Chrome profile.",
          "format": "string",
          "isSecret": true,
          "name": "LECLERC_COOKIE"
        },
        {
          "description": "Chrome profile directory to read the session cookie from (defaults to \"Default\").",
          "format": "string",
          "name": "LECLERC_CHROME_PROFILE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...