PluginBench
MCP Server

com.pulsemcp/good-eggs MCP Server

com.pulsemcp/good-eggs

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.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • GOOD_EGGS_USERNAME
    required
    secret

    Your Good Eggs account email address.

  • GOOD_EGGS_PASSWORD
    required
    secret

    Your Good Eggs account password.

  • HEADLESS

    Run browser in headless mode (true/false).

  • TIMEOUT

    Browser operation timeout in milliseconds.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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 Code
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 -y

Related 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 →