MCP server for E.Leclerc Drive — search products, manage cart, and order groceries from Claude
claude mcp add leclerc-drive -- npx -y mcp-leclerc-drive
claude_desktop_config.json
{
"mcpServers": {
"leclerc-drive": {
"command": "npx",
"args": [
"-y",
"mcp-leclerc-drive"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"leclerc-drive": {
"command": "npx",
"args": [
"-y",
"mcp-leclerc-drive"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"leclerc-drive": {
"command": "npx",
"args": [
"-y",
"mcp-leclerc-drive"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"leclerc-drive": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-leclerc-drive"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"leclerc-drive": {
"command": "npx",
"args": [
"-y",
"mcp-leclerc-drive"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.skunkobi--leclerc-drive/reviews or the review_server meta-tool.
POST /mcp