← Back to browse

good-eggs

Indexed by com.pulsemcp

About

MCP server for Good Eggs grocery shopping automation using Playwright.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsGOOD_EGGS_USERNAME GOOD_EGGS_PASSWORD HEADLESS TIMEOUT
Claude Code
claude mcp add --env GOOD_EGGS_USERNAME= --env GOOD_EGGS_PASSWORD= --env HEADLESS= --env TIMEOUT= good-eggs -- npx good-eggs-mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"good-eggs","command":"npx","args":["good-eggs-mcp-server"],"env":{"GOOD_EGGS_USERNAME":"","GOOD_EGGS_PASSWORD":"","HEADLESS":"","TIMEOUT":""}}'
JSON
{
  "mcpServers": {
    "good-eggs": {
      "command": "npx",
      "args": [
        "good-eggs-mcp-server"
      ],
      "env": {
        "GOOD_EGGS_USERNAME": "",
        "GOOD_EGGS_PASSWORD": "",
        "HEADLESS": "",
        "TIMEOUT": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.