← Index

com.pulsemcp/good-eggs

com.pulsemcp/good-eggs·v0.1.9·Browser Automation
Quality Score
80
/100

MCP server for Good Eggs grocery shopping automation using Playwright.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "good-eggs": {
      "command": "npx",
      "args": [
        "-y",
        "good-eggs-mcp-server"
      ],
      "env": {
        "GOOD_EGGS_USERNAME": "<your-good_eggs_username>",
        "GOOD_EGGS_PASSWORD": "<your-good_eggs_password>",
        "HEADLESS": "true",
        "TIMEOUT": "30000"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "good-eggs": {
      "command": "npx",
      "args": [
        "-y",
        "good-eggs-mcp-server"
      ],
      "env": {
        "GOOD_EGGS_USERNAME": "<your-good_eggs_username>",
        "GOOD_EGGS_PASSWORD": "<your-good_eggs_password>",
        "HEADLESS": "true",
        "TIMEOUT": "30000"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y good-eggs-mcp-server
§02  Environment variables
GOOD_EGGS_USERNAME
requiredsecret

Your Good Eggs account email address.

GOOD_EGGS_PASSWORD
requiredsecret

Your Good Eggs account password.

HEADLESS

Run browser in headless mode (true/false).

TIMEOUT

Browser operation timeout in milliseconds.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Browser Automation