MCP Server
MCP
io.github.pepesto-solutions/pepesto-mcp
MCP server for the Pepesto grocery shopping API — recipe-to-cart across European supermarkets.
Install
npx -y @pepesto/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@pepesto/pepesto-mcp",
"version": "1.7.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Pepesto API key. See the project README section \"Getting an API key\" for how to obtain one.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "PEPESTO_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment