Leclerc Drive runs on your own machine — the client starts it, so there is no endpoint to ping. 47 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
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"
}
}
}
Answers built from our own checks of this server.