MCP Servers Server
Rank #43,184com.pulsemcp/good-eggs
MCP server for Good Eggs grocery shopping automation using Playwright.
MCP Servers Server is a Model Context Protocol (MCP) server published by pulsemcp. It ranks #43,184 of 115,460 servers tracked on MCP Toplist, and its repository has 80 GitHub stars. MCP Servers Server is listed on Official MCP, with 1 tracked version. It was first listed on Jun 17, 2026 and most recently updated on Jun 17, 2026.
Ranks ahead of 72,276 of 115,460 servers on MCP Toplist.
Use MCP Servers Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add good-eggs -e "GOOD_EGGS_USERNAME=<your GOOD_EGGS_USERNAME>" -e "GOOD_EGGS_PASSWORD=<your GOOD_EGGS_PASSWORD>" -e "HEADLESS=<your HEADLESS>" -e "TIMEOUT=<your TIMEOUT>" -- npx -y good-eggs-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.good-eggs]
command = "npx"
args = ["-y", "good-eggs-mcp-server"]
[mcp_servers.good-eggs.env]
GOOD_EGGS_USERNAME = "<your GOOD_EGGS_USERNAME>"
GOOD_EGGS_PASSWORD = "<your GOOD_EGGS_PASSWORD>"
HEADLESS = "<your HEADLESS>"
TIMEOUT = "<your TIMEOUT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"good-eggs": {
"command": "npx",
"args": [
"-y",
"good-eggs-mcp-server"
],
"env": {
"GOOD_EGGS_USERNAME": "<your GOOD_EGGS_USERNAME>",
"GOOD_EGGS_PASSWORD": "<your GOOD_EGGS_PASSWORD>",
"HEADLESS": "<your HEADLESS>",
"TIMEOUT": "<your TIMEOUT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"good-eggs": {
"command": "npx",
"args": [
"-y",
"good-eggs-mcp-server"
],
"env": {
"GOOD_EGGS_USERNAME": "<your GOOD_EGGS_USERNAME>",
"GOOD_EGGS_PASSWORD": "<your GOOD_EGGS_PASSWORD>",
"HEADLESS": "<your HEADLESS>",
"TIMEOUT": "<your TIMEOUT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"good-eggs": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"good-eggs-mcp-server"
],
"env": {
"GOOD_EGGS_USERNAME": "<your GOOD_EGGS_USERNAME>",
"GOOD_EGGS_PASSWORD": "<your GOOD_EGGS_PASSWORD>",
"HEADLESS": "<your HEADLESS>",
"TIMEOUT": "<your TIMEOUT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"good-eggs": {
"command": "npx",
"args": [
"-y",
"good-eggs-mcp-server"
],
"env": {
"GOOD_EGGS_USERNAME": "<your GOOD_EGGS_USERNAME>",
"GOOD_EGGS_PASSWORD": "<your GOOD_EGGS_PASSWORD>",
"HEADLESS": "<your HEADLESS>",
"TIMEOUT": "<your TIMEOUT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"good-eggs": {
"command": "npx",
"args": [
"-y",
"good-eggs-mcp-server"
],
"env": {
"GOOD_EGGS_USERNAME": "<your GOOD_EGGS_USERNAME>",
"GOOD_EGGS_PASSWORD": "<your GOOD_EGGS_PASSWORD>",
"HEADLESS": "<your HEADLESS>",
"TIMEOUT": "<your TIMEOUT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.pulsemcp%2Fgood-eggs)<a href="https://mcptoplist.com/server/com.pulsemcp%2Fgood-eggs"><img src="https://mcptoplist.com/badge/com.pulsemcp%2Fgood-eggs.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
pulsemcp
Available versions (1)
| Version | Published |
|---|---|
| 0.1.10 | Jun 17, 2026 |
Frequently asked questions
- Who maintains MCP Servers Server?
- MCP Servers Server is maintained by pulsemcp, which publishes 36 MCP servers (35 total versions) tracked on MCP Toplist.
- Is MCP Servers Server listed on the Official MCP Registry?
- Yes — MCP Servers Server is listed on the Official MCP Registry.
- How many versions does MCP Servers Server have?
- MCP Toplist tracks 1 version of MCP Servers Server, most recently published on Jun 17, 2026.
- Where can I find the source code for MCP Servers Server?
- The source code for MCP Servers Server is hosted at github.com/pulsemcp/mcp-servers.