MCP Server
Pepesto Agent-to-Cart MCP Server
io.github.pepesto-solutions/agent-to-cart-mcp
What is the Pepesto Agent-to-Cart MCP server?
Turn any shopping list into a ready-to-checkout grocery cart across 26 European supermarkets.
How to install Pepesto Agent-to-Cart
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"agent-to-cart-mcp": {
"url": "https://mcp.pepesto.com"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agent-to-cart-mcp": {
"serverUrl": "https://mcp.pepesto.com"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"agent-to-cart-mcp": {
"type": "http",
"url": "https://mcp.pepesto.com"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"agent-to-cart-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.pepesto.com"
]
}
}
}Claude Code
claude mcp add --transport http agent-to-cart-mcp https://mcp.pepesto.comRelated MCP servers
MCP server for the Pepesto grocery shopping API — recipe-to-cart across European supermarkets.
View repository →