aethyn browser mcp for Cursor
io.github.aethynio/aethyn-browser-mcp
Local Playwright browser through residential proxies — agent picks country + sticky identity
client:Cursor
transport:stdio
runtime:npm
Install aethyn browser mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"aethyn-browser-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"aethyn-browser-mcp"
],
"env": {
"AETHYN_USERNAME": "<AETHYN_USERNAME>",
"AETHYN_PASSWORD": "<AETHYN_PASSWORD>",
"AETHYN_DEFAULT_TIER": "<AETHYN_DEFAULT_TIER>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs