Pepesto MCP Server
Rank #8,496io.github.pepesto-solutions/pepesto-mcp
MCP server for the Pepesto grocery shopping API — recipe-to-cart across European supermarkets.
Pepesto MCP Server is a Model Context Protocol (MCP) server published by pepesto-solutions. It ranks #8,496 of 132,113 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. Pepesto MCP Server is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 8 tracked versions. It was first listed on Apr 28, 2026 and most recently updated on Jun 23, 2026.
Ranks ahead of 123,617 of 132,113 servers on MCP Toplist.
Use Pepesto MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add pepesto-mcp -e "PEPESTO_API_KEY=<your PEPESTO_API_KEY>" -- npx -y @pepesto/pepesto-mcpReplace each placeholder with your own value before saving.
[mcp_servers.pepesto-mcp]
command = "npx"
args = ["-y", "@pepesto/pepesto-mcp"]
[mcp_servers.pepesto-mcp.env]
PEPESTO_API_KEY = "<your PEPESTO_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pepesto-mcp": {
"command": "npx",
"args": [
"-y",
"@pepesto/pepesto-mcp"
],
"env": {
"PEPESTO_API_KEY": "<your PEPESTO_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pepesto-mcp": {
"command": "npx",
"args": [
"-y",
"@pepesto/pepesto-mcp"
],
"env": {
"PEPESTO_API_KEY": "<your PEPESTO_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"pepesto-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pepesto/pepesto-mcp"
],
"env": {
"PEPESTO_API_KEY": "<your PEPESTO_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pepesto-mcp": {
"command": "npx",
"args": [
"-y",
"@pepesto/pepesto-mcp"
],
"env": {
"PEPESTO_API_KEY": "<your PEPESTO_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pepesto-mcp": {
"command": "npx",
"args": [
"-y",
"@pepesto/pepesto-mcp"
],
"env": {
"PEPESTO_API_KEY": "<your PEPESTO_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.pepesto-solutions%2Fpepesto-mcp)<a href="https://mcptoplist.com/server/io.github.pepesto-solutions%2Fpepesto-mcp"><img src="https://mcptoplist.com/badge/io.github.pepesto-solutions%2Fpepesto-mcp.svg" alt="MCP Toplist: Top 10% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries (1 delisted)
pepesto-solutions
Other servers by pepesto-solutions
View all pepesto-solutions servers →Available versions (8)
| Version | Published |
|---|---|
| 1.7.0 | Jun 23, 2026 |
| 1.6.0 | May 5, 2026 |
| 1.5.0 | May 5, 2026 |
| 1.4.0 | May 5, 2026 |
| 1.3.4 | Apr 30, 2026 |
| 1.3.3 | Apr 30, 2026 |
| 1.3.2 | Apr 29, 2026 |
| 1.2.0 | Apr 29, 2026 |
Frequently asked questions
- Who maintains Pepesto MCP Server?
- Pepesto MCP Server is maintained by pepesto-solutions, which publishes 2 MCP servers (9 total versions) tracked on MCP Toplist.
- Is Pepesto MCP Server listed on the Official MCP Registry?
- Yes — Pepesto MCP Server is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Pepesto MCP Server have?
- MCP Toplist tracks 8 versions of Pepesto MCP Server, most recently published on Jun 23, 2026.
- Where can I find the source code for Pepesto MCP Server?
- The source code for Pepesto MCP Server is hosted at github.com/pepesto-solutions/pepesto-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.