Skip to content
Cursor

good eggs for Cursor

com.pulsemcp/good-eggs

MCP server for Good Eggs grocery shopping automation using Playwright.

client:Cursor transport:stdio runtime:npm

Install good eggs in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "good-eggs": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "good-eggs-mcp-server"
      ],
      "env": {
        "GOOD_EGGS_USERNAME": "<GOOD_EGGS_USERNAME>",
        "GOOD_EGGS_PASSWORD": "<GOOD_EGGS_PASSWORD>",
        "HEADLESS": "<HEADLESS>",
        "TIMEOUT": "<TIMEOUT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

good eggs in other clients