mcpbeat Sign in

Leclerc Drive MCP Server

local only

Leclerc Drive runs on your own machine — the client starts it, so there is no endpoint to ping. 65 installs a week from npm. Last commit 11 Jul 2026.

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

Installs per day peak 168 · avg 17 · -28% w/w
a month agotoday
65
Installs / week
npm · mcp-leclerc-drive
18
Stars
1 open issues
11 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 1 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/browser.ts:101
      const child = spawn(this.chromeBinary(), args, { detached: true, stdio: "ignore" });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add leclerc-drive -- npx -y mcp-leclerc-drive
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "leclerc-drive": {
      "args": [
        "-y",
        "mcp-leclerc-drive"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.leclerc-drive]
command = "npx"
args = ["-y", "mcp-leclerc-drive"]
.cursor/mcp.json
{
  "mcpServers": {
    "leclerc-drive": {
      "args": [
        "-y",
        "mcp-leclerc-drive"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "leclerc-drive": {
      "args": [
        "-y",
        "mcp-leclerc-drive"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: 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 (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").). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Leclerc Drive

same job, measured the same way
Leanforge MCP
by sandraschi

MCP server for AI-driven formal proof search in Lean 4

local only
Google Drive Files MCP
by zayansalman

Minimal MCP server for Google Drive file management and Google Sheets editing.

59 installs/wk local only
Google Drive MCP
by a1-x-tech

MCP server for the Google Drive API: search, upload, download, organize and share files.

48 installs/wk local only
C
uni-msg WhatsApp
by uni-msg

Drive WhatsApp from any MCP client: pair devices, send text and media, manage contacts and groups.

40 installs/wk answering
iCloud Drive Docs
by js713-lab

Read-only MCP server for listing, searching, downloading, and reading iCloud Drive documents.

local only
MCP Gee Sweet
by khuisman

MCP server for Google Workspace — Sheets, Drive, Docs (HTML or Markdown), and Calendar.

local only
Krystal Voice Caller
by krystalunity

Drive a Krystal Voice Caller tenant from Claude, Cursor, or any MCP-aware agent.

78 installs/wk local only
Ms Onedrive MCP
by 0xka13b

Microsoft OneDrive MCP server — browse, read, and manage files and folders through Microsoft Graph.

53 installs/wk local only

Leclerc Drive — questions

Answers built from our own checks of this server.

Why is there no uptime for Leclerc Drive?
Leclerc Drive runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-leclerc-drive was installed 65 times last week.
How do I connect Leclerc Drive?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-leclerc-drive straight from npm; nothing to host, nothing to sign up for.
How many people use Leclerc Drive?
The npm package mcp-leclerc-drive was installed 65 times in the last week. Week over week that is -28%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Leclerc Drive open source?
Yes — it is published under the MIT licence, written in TypeScript, 18 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.