Loading MCP server directory, please wait...
MCP server for the Pepesto grocery shopping API — recipe-to-cart across European supermarkets.
npx @getmcp/cli add io.github.pepesto-solutions/pepesto-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
PEPESTO_API_KEYPepesto API key. See the project README section "Getting an API key" for how to obtain one.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.pepesto-solutions/pepesto-mcp": {
"command": "npx",
"args": [
"-y",
"@pepesto/pepesto-mcp"
],
"env": {
"PEPESTO_API_KEY": ""
}
}
}
}