Odel
pepesto mcp

pepesto mcp

Local
@pepesto-solutions7TypeScriptMITUpdated 2mo ago

MCP server for the Pepesto grocery shopping API — recipe-to-cart across European supermarkets.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@pepesto/pepesto-mcpv1.7.0

Run

npx -y @pepesto/pepesto-mcp

MCP client config

{
  "mcpServers": {
    "pepesto-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@pepesto/pepesto-mcp"
      ]
    }
  }
}