aethyn-browser-mcp
About
Local Playwright browser through residential proxies — agent picks country + sticky identity
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
AETHYN_USERNAME AETHYN_PASSWORD AETHYN_DEFAULT_TIERClaude Code
claude mcp add --env AETHYN_USERNAME= --env AETHYN_PASSWORD= --env AETHYN_DEFAULT_TIER= aethyn-browser-mcp -- npx aethyn-browser-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"aethyn-browser-mcp","command":"npx","args":["aethyn-browser-mcp"],"env":{"AETHYN_USERNAME":"","AETHYN_PASSWORD":"","AETHYN_DEFAULT_TIER":""}}'
JSON
{
"mcpServers": {
"aethyn-browser-mcp": {
"command": "npx",
"args": [
"aethyn-browser-mcp"
],
"env": {
"AETHYN_USERNAME": "",
"AETHYN_PASSWORD": "",
"AETHYN_DEFAULT_TIER": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.