PluginBench
MCP Server

io.github.skunkobi/leclerc-drive MCP Server

io.github.skunkobi/leclerc-drive

What is the io.github.skunkobi/leclerc-drive MCP server?

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

How to install io.github.skunkobi/leclerc-drive

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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").

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "leclerc-drive": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-leclerc-drive"
      ],
      "env": {
        "LECLERC_STORE_ID": "<YOUR_LECLERC_STORE_ID>",
        "LECLERC_HOST": "<YOUR_LECLERC_HOST>",
        "LECLERC_COOKIE": "<YOUR_LECLERC_COOKIE>",
        "LECLERC_CHROME_PROFILE": "<YOUR_LECLERC_CHROME_PROFILE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "leclerc-drive": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-leclerc-drive"
      ],
      "env": {
        "LECLERC_STORE_ID": "<YOUR_LECLERC_STORE_ID>",
        "LECLERC_HOST": "<YOUR_LECLERC_HOST>",
        "LECLERC_COOKIE": "<YOUR_LECLERC_COOKIE>",
        "LECLERC_CHROME_PROFILE": "<YOUR_LECLERC_CHROME_PROFILE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "leclerc-drive": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-leclerc-drive"
      ],
      "env": {
        "LECLERC_STORE_ID": "<YOUR_LECLERC_STORE_ID>",
        "LECLERC_HOST": "<YOUR_LECLERC_HOST>",
        "LECLERC_COOKIE": "<YOUR_LECLERC_COOKIE>",
        "LECLERC_CHROME_PROFILE": "<YOUR_LECLERC_CHROME_PROFILE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "leclerc-drive": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-leclerc-drive"
      ],
      "env": {
        "LECLERC_STORE_ID": "<YOUR_LECLERC_STORE_ID>",
        "LECLERC_HOST": "<YOUR_LECLERC_HOST>",
        "LECLERC_COOKIE": "<YOUR_LECLERC_COOKIE>",
        "LECLERC_CHROME_PROFILE": "<YOUR_LECLERC_CHROME_PROFILE>"
      }
    }
  }
}
Claude Code
claude mcp add leclerc-drive --env LECLERC_STORE_ID=<YOUR_LECLERC_STORE_ID> --env LECLERC_HOST=<YOUR_LECLERC_HOST> --env LECLERC_COOKIE=<YOUR_LECLERC_COOKIE> --env LECLERC_CHROME_PROFILE=<YOUR_LECLERC_CHROME_PROFILE> -- npx -y mcp-leclerc-drive

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →