loading…
Search for a command to run...
loading…
Enables AI assistants to manage HelloFresh meal kit accounts by browsing menus, selecting recipes, and modifying delivery schedules. It supports updating dietar
Enables AI assistants to manage HelloFresh meal kit accounts by browsing menus, selecting recipes, and modifying delivery schedules. It supports updating dietary preferences, managing subscriptions, and rating past orders through Playwright-based browser automation.
A Model Context Protocol (MCP) connector for HelloFresh meal kit delivery. Enables AI assistants like Claude to manage your HelloFresh account — browse menus, select meals, manage deliveries, update preferences, and more.
| Tool | Description |
|---|---|
get_menu |
Browse current week's recipes with filters |
get_recipe_details |
Full recipe info: ingredients, instructions, nutrition |
select_meals |
Choose meals for an upcoming delivery |
skip_week |
Skip a delivery week |
get_delivery_schedule |
View all upcoming deliveries |
modify_delivery |
Change a delivery date |
get_preferences |
View dietary preferences and allergens |
update_preferences |
Update dietary/cuisine preferences |
get_subscription |
View current plan (servings, frequency, price) |
modify_subscription |
Change plan size or delivery frequency |
get_past_orders |
Browse order history |
rate_recipe |
Rate a recipe after cooking |
npm install @striderlabs/mcp-hellofresh
npx playwright install chromium
Set your HelloFresh credentials as environment variables:
export HELLOFRESH_EMAIL="[email protected]"
export HELLOFRESH_PASSWORD="yourpassword"
Add to your claude_desktop_config.json:
{
"mcpServers": {
"hellofresh": {
"command": "npx",
"args": ["-y", "@striderlabs/mcp-hellofresh"],
"env": {
"HELLOFRESH_EMAIL": "[email protected]",
"HELLOFRESH_PASSWORD": "yourpassword"
}
}
}
}
Config file locations:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json~/.config/Claude/claude_desktop_config.jsonclaude mcp add hellofresh -- npx -y @striderlabs/mcp-hellofresh
Then set env vars or add them to the MCP config.
Once connected, you can ask Claude:
get_menuweek_offset (optional, 0-4): Week offset from current week
get_recipe_detailsrecipe_id (required): The recipe identifier from get_menu
select_mealsweek_id (required): Week identifier, e.g. "2024-W01"
meals (required): Array of { recipe_id, servings? } objects
skip_weekweek_id (required): Week identifier to skip
get_delivery_scheduleNo parameters required.
modify_deliveryweek_id (required): Week identifier
new_date (required): New date in YYYY-MM-DD format
get_preferencesNo parameters required.
update_preferencesvegetarian (optional): boolean
family_friendly (optional): boolean
dietary_preferences (optional): string[]
allergens (optional): string[]
cuisine_preferences (optional): string[]
get_subscriptionNo parameters required.
modify_subscriptionmeals_per_week (optional, 2-5): Number of meals
servings_per_meal (optional, 2-4): Number of servings
frequency (optional): "weekly" | "biweekly"
get_past_orderslimit (optional, 1-50): Max orders to return (default: 10)
rate_reciperecipe_id (required): Recipe to rate
rating (required, 1-5): Star rating
comment (optional): Written review up to 500 chars
This connector uses Playwright browser automation to interact with the HelloFresh website on your behalf. It launches a headless Chromium browser, logs in with your credentials, and navigates the site to perform the requested actions.
Note: This connector interacts with the HelloFresh website through browser automation. Website changes may affect functionality. Use responsibly and in accordance with HelloFresh's terms of service.
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"hellofresh-mcp-server": {
"command": "npx",
"args": []
}
}
}Browser automation, scraping, screenshots
Browser automation and web scraping.
Plugin-based MCP server + Chrome extension that gives AI agents access to web applications through the user's authenticated browser session. 100+ plugins with a
1,500+ developer infrastructure deals, free tiers, and startup programs across 54 categories. Search deals, compare vendors, plan stacks, and track pricing chan