Loading MCP server directory, please wait...
MCP server for Good Eggs grocery shopping automation using Playwright.
npx @getmcp/cli add com.pulsemcp/good-eggsRequires Node.js 18+. Community-contributed server. Review source before installing.
GOOD_EGGS_USERNAMEYour Good Eggs account email address.
GOOD_EGGS_PASSWORDYour Good Eggs account password.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.pulsemcp/good-eggs": {
"command": "npx",
"args": [
"-y",
"-y",
"good-eggs-mcp-server"
],
"env": {
"GOOD_EGGS_USERNAME": "",
"GOOD_EGGS_PASSWORD": "",
"HEADLESS": "true",
"TIMEOUT": "30000"
}
}
}
}