What is the com.pulsemcp/good-eggs MCP server?
MCP server for Good Eggs grocery shopping automation using Playwright.
How to install com.pulsemcp/good-eggs
Copy-paste configuration for popular MCP clients.
GOOD_EGGS_USERNAMErequiredsecretYour Good Eggs account email address.
GOOD_EGGS_PASSWORDrequiredsecretYour Good Eggs account password.
HEADLESSRun browser in headless mode (true/false).
TIMEOUTBrowser operation timeout in milliseconds.
{
"mcpServers": {
"good-eggs": {
"command": "npx",
"args": [
"-y",
"good-eggs-mcp-server",
"-y"
],
"env": {
"GOOD_EGGS_USERNAME": "<YOUR_GOOD_EGGS_USERNAME>",
"GOOD_EGGS_PASSWORD": "<YOUR_GOOD_EGGS_PASSWORD>",
"HEADLESS": "<YOUR_HEADLESS>",
"TIMEOUT": "<YOUR_TIMEOUT>"
}
}
}
}{
"mcpServers": {
"good-eggs": {
"command": "npx",
"args": [
"-y",
"good-eggs-mcp-server",
"-y"
],
"env": {
"GOOD_EGGS_USERNAME": "<YOUR_GOOD_EGGS_USERNAME>",
"GOOD_EGGS_PASSWORD": "<YOUR_GOOD_EGGS_PASSWORD>",
"HEADLESS": "<YOUR_HEADLESS>",
"TIMEOUT": "<YOUR_TIMEOUT>"
}
}
}
}{
"mcpServers": {
"good-eggs": {
"command": "npx",
"args": [
"-y",
"good-eggs-mcp-server",
"-y"
],
"env": {
"GOOD_EGGS_USERNAME": "<YOUR_GOOD_EGGS_USERNAME>",
"GOOD_EGGS_PASSWORD": "<YOUR_GOOD_EGGS_PASSWORD>",
"HEADLESS": "<YOUR_HEADLESS>",
"TIMEOUT": "<YOUR_TIMEOUT>"
}
}
}
}{
"servers": {
"good-eggs": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"good-eggs-mcp-server",
"-y"
],
"env": {
"GOOD_EGGS_USERNAME": "<YOUR_GOOD_EGGS_USERNAME>",
"GOOD_EGGS_PASSWORD": "<YOUR_GOOD_EGGS_PASSWORD>",
"HEADLESS": "<YOUR_HEADLESS>",
"TIMEOUT": "<YOUR_TIMEOUT>"
}
}
}
}claude mcp add good-eggs --env GOOD_EGGS_USERNAME=<YOUR_GOOD_EGGS_USERNAME> --env GOOD_EGGS_PASSWORD=<YOUR_GOOD_EGGS_PASSWORD> --env HEADLESS=<YOUR_HEADLESS> --env TIMEOUT=<YOUR_TIMEOUT> -- npx -y good-eggs-mcp-server -yRelated MCP servers
MCP server for AppSignal — get alert details, search logs, and retrieve logs within time ranges.
View repository →MCP server for AWS DynamoDB with fine-grained tool control and configurable access levels.
View repository →MCP server for Fetch Pet insurance claims management using Playwright automation.
View repository →MCP server for managing Fly.io machines, apps, logs, and Docker images.
View repository →MCP server for Google Cloud Storage with fine-grained tool access control.
View repository →MCP server for Gmail with OAuth2 (personal) and service account (Workspace) support.
View repository →