mcpbeat Sign in

Good Eggs MCP Server

local only

Good Eggs runs on your own machine — the client starts it, so there is no endpoint to ping. 81 installs a week from npm. Last commit 30 Aug 2026.

MCP server for Good Eggs grocery shopping automation using Playwright.

Installs per day peak 26 · avg 10 · +53% w/w
a month agotoday
81
Installs / week
npm · good-eggs-mcp-server
80
Stars
26 open issues
30 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Good Eggs every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add good-eggs -- npx -y good-eggs-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "good-eggs": {
      "args": [
        "-y",
        "good-eggs-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.good-eggs]
command = "npx"
args = ["-y", "good-eggs-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "good-eggs": {
      "args": [
        "-y",
        "good-eggs-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "good-eggs": {
      "args": [
        "-y",
        "good-eggs-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GOOD_EGGS_USERNAME (Your Good Eggs account email address.), GOOD_EGGS_PASSWORD (Your Good Eggs account password.), HEADLESS (Run browser in headless mode (true/false).), TIMEOUT (Browser operation timeout in milliseconds.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Good Eggs

same job, measured the same way
Fetchpet
by pulsemcp

MCP server for Fetch Pet insurance claims management using Playwright automation.

69 installs/wk local only
MCP Server Browserbase
by browserbase

MCP server for AI web browser automation using Browserbase and Stagehand

4 334 installs/wk local only
MCP Accessibility Scanner
by justasmonkev

MCP server for automated web accessibility scanning with Playwright and Axe-core.

2 611 installs/wk local only
CloakBrowser MCP
by swimmwatch

Playwright MCP-compatible browser automation bridge for CloakBrowser Chromium.

266 installs/wk local only
Browser Agent
by runbook-ai

MCP server for browser automation with AI agent

62 installs/wk local only
Playwright Trace Decoder MCP
by vola-trebla

MCP server for unpacking and analyzing Playwright trace.zip archives

49 installs/wk local only
KitWright Unity MCP
by kitwright

Unity Editor MCP server: execute_code, screenshots, input simulation, play mode automation.

local only
Shiplight
by shiplight

An MCP server that provides browser automation

2 015 installs/wk local only

Good Eggs — questions

Answers built from our own checks of this server.

Why is there no uptime for Good Eggs?
Good Eggs runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package good-eggs-mcp-server was installed 81 times last week.
How do I connect Good Eggs?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls good-eggs-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Good Eggs?
The npm package good-eggs-mcp-server was installed 81 times in the last week. Week over week that is +53%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Good Eggs open source?
Yes — it is published under the MIT licence, written in TypeScript, 80 stars on GitHub and 26 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.