Good Eggs runs on your own machine — the client starts it, so there is no endpoint to ping. 87 installs a week from npm. Last commit 21 Jul 2026.
MCP server for Good Eggs grocery shopping automation using Playwright.
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.
claude mcp add good-eggs -- npx -y good-eggs-mcp-server
{
"mcpServers": {
"good-eggs": {
"args": [
"-y",
"good-eggs-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.good-eggs]
command = "npx"
args = ["-y", "good-eggs-mcp-server"]
{
"mcpServers": {
"good-eggs": {
"args": [
"-y",
"good-eggs-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"good-eggs": {
"args": [
"-y",
"good-eggs-mcp-server"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.