Catalog
MCP Server
Officialby plentopasto
Plan a week of budget-friendly family dinners from your pantry with Plento Pasto.
Plan a week of budget-friendly family dinners from your pantry with Plento Pasto.
README not available yet.
Install
Configuration
Environment variables
PLENTOPASTO_API_KEYrequiredsecretYour Plento Pasto API key, used to authenticate the MCP server to your account.
claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@plentopasto/mcp-server@0.1.1"
],
"env": {
"PLENTOPASTO_API_KEY": "<YOUR_PLENTOPASTO_API_KEY>"
}
}
}
}