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
We read the source, 1 h ago · rules 3dff92dd89df
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.
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.
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.
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.
claude mcp add leclerc-drive -- npx -y mcp-leclerc-drive
{
"mcpServers": {
"leclerc-drive": {
"args": [
"-y",
"mcp-leclerc-drive"
],
"command": "npx"
}
}
}
[mcp_servers.leclerc-drive]
command = "npx"
args = ["-y", "mcp-leclerc-drive"]
{
"mcpServers": {
"leclerc-drive": {
"args": [
"-y",
"mcp-leclerc-drive"
],
"command": "npx"
}
}
}
{
"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.
MCP server for AI-driven formal proof search in Lean 4
Minimal MCP server for Google Drive file management and Google Sheets editing.
MCP server for the Google Drive API: search, upload, download, organize and share files.
Drive WhatsApp from any MCP client: pair devices, send text and media, manage contacts and groups.
Read-only MCP server for listing, searching, downloading, and reading iCloud Drive documents.
MCP server for Google Workspace — Sheets, Drive, Docs (HTML or Markdown), and Calendar.
Drive a Krystal Voice Caller tenant from Claude, Cursor, or any MCP-aware agent.
Microsoft OneDrive MCP server — browse, read, and manage files and folders through Microsoft Graph.
Answers built from our own checks of this server.