← Index

io.github.pepesto-solutions/pepesto-mcp

io.github.pepesto-solutions/pepesto-mcp·v1.3.4·Other
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "pepesto-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@pepesto/pepesto-mcp"
      ],
      "env": {
        "PEPESTO_API_KEY": "<your-pepesto_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "pepesto-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@pepesto/pepesto-mcp"
      ],
      "env": {
        "PEPESTO_API_KEY": "<your-pepesto_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @pepesto/pepesto-mcp
§02  Environment variables
PEPESTO_API_KEY
requiredsecret

Pepesto API key. See the project README section "Getting an API key" for how to obtain one.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other