Stats
Actions
Tags
From ever-browser
Connects to EverBrowser for browser automation, web scraping, and page interaction capabilities. Runs locally as a subprocess.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"ever-browser": {
"command": "npx",
"args": [
"-y",
"-p",
"@everbrowser/cli@^0.2",
"ever",
"mcp"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub namuh-eng/everbrowser --plugin ever-browser