Drive a local Playwright Chromium browser through selectable residential proxy locations with sticky per-task identities.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Aethyn Browser MCP.
aethyn_launch_browserLaunch a local Chromium routed through a residential proxy exit in a chosen country (and city/state on the Elite tier). Returns a session_id the other aethyn_* tools use. Each session is one sticky identity โ a pinned exit IP for the whole task.
aethyn_navigateNavigate the session's browser to a URL and wait for load. Returns the HTTP status, final URL, and page title โ read the page with aethyn_get_content to judge the response yourself. Public data only โ respect robots.txt, rate limits, and each site's terms.
aethyn_get_contentReturn the current page's content cleaned for reading (markdown by default). Use after navigating to extract data.
aethyn_snapshotReturn a structured accessibility snapshot (roles, names, and [ref=..] handles) of the page. Pass those refs to aethyn_click / aethyn_type. No screenshots needed.
aethyn_clickClick an element. Prefer a 'ref' from aethyn_snapshot (e.g. 'e12'); or pass a 'selector' (CSS, or Playwright role=/text= engine).
aethyn_typeType text into an input. Prefer a 'ref' from aethyn_snapshot; or a 'selector'. Set submit:true to press Enter after.
An MCP server that lets an AI agent drive a real browser through residential proxies, choosing the exit country / city, tier, and a sticky per-task session โ at call time. The browser (Playwright Chromium) runs locally on your machine; you bring your own proxy credentials. Defaults to Aethyn residential proxies, and works with any HTTP proxy you configure.
The only browser MCP where the agent picks the country and holds one identity per task.
This server gives the agent runtime, per-task, steerable geo + sticky identity as tools โ exactly what browser agents need to pull country-specific data (pricing, SERPs, catalogs, availability) and feed it into a chart or pipeline.
Add the server to your MCP client โ Claude Desktop (claude_desktop_config.json) or Cursor (~/.cursor/mcp.json):
Chromium is downloaded automatically on first install (~170 MB, one-time). If your environment blocks post-install scripts, run it yourself: npx playwright install chromium.
โ ๏ธ Set the tier to match your plan.
AETHYN_DEFAULT_TIERdefaults topremium(port2099). If your account is Elite, set it toelite(port5499) โ otherwise traffic hits the Premium port and the proxy returns 407 (auth rejected), even though the browser launched fine. The agent can also override per task withtier: "elite".
That's it. Ask your agent something like "Launch a browser in Japan, open example.co.jp, verify the exit IP is Japanese, and give me the page as markdown."
| Tool | What it does |
|---|---|
aethyn_launch_browser | Launch local Chromium through a residential exit in a chosen country (+ city/state on Elite), tier, and sticky session. Returns a session_id. |
aethyn_navigate | Go to a URL; waits for load and returns the HTTP status, final URL, and title. |
aethyn_get_content | Return the page cleaned for reading (markdown / text / html). |
aethyn_snapshot | Accessibility snapshot (roles, names, [ref=..] handles) โ how the agent decides what to click. |
aethyn_click | Click by ref (from the snapshot) or a CSS/role/text selector. |
aethyn_type | Type into an input (optionally submit with Enter). |
aethyn_check_exit_ip | Fetch IP info through the session's proxy to verify the geo actually landed. |
aethyn_new_identity | Rotate to a fresh exit IP (same country) and clear cookies. |
aethyn_close | Close the session's context and free memory. |
aethyn_list_countries | Discover available countries (and Elite cities) at runtime. |
| Aethyn Browser MCP | Playwright MCP | Hosted scraping MCPs | |
|---|---|---|---|
| Runs the browser | Local (yours) | Local | Their cloud |
| Proxy geo chosen by the agent per task | โ at call time | โ fixed at startup | โ not exposed |
| Sticky identity per task (pinned exit IP) | โ | โ | โ |
| Verify the exit geo landed | โ
check_exit_ip | โ | โ |
| Bring your own proxy | โ any HTTP proxy | one static proxy | โ |
No trash-talk โ just the capability delta. (Playwright MCP is great; it just wasn't built for per-task geo.)
Aethyn is the default, but any HTTP proxy works โ point PROXY_HOST at it and describe its username format with a template. [ ... ] segments are dropped when empty, and {country} {city} {state} {session} {lifetime} are filled from the agent's call:
For a plain fixed proxy with no geo in the username, use "PROXY_USERNAME_TEMPLATE": "{username}".
| Env var | Default | Notes |
|---|---|---|
AETHYN_USERNAME / AETHYN_PASSWORD | โ | Your Aethyn proxy credentials (default provider). |
AETHYN_DEFAULT_TIER | premium | premium (HTTP 2099) or elite (HTTP 5499, unlocks city/state). |
AETHYN_HEADLESS | true | Set false to watch the browser. |
AETHYN_MAX_SESSIONS | 8 | Oldest session is evicted past this cap. |
AETHYN_IDLE_TIMEOUT_MIN | 10 | Idle sessions auto-close after this many minutes. |
AETHYN_IPINFO_URL | https://ipinfo.io/json | Endpoint check_exit_ip hits (through the proxy). |
PROXY_HOST / PROXY_PORT / PROXY_USERNAME / PROXY_PASSWORD / PROXY_USERNAME_TEMPLATE | โ | Bring-your-own proxy (overrides the Aethyn default). |
HTTP proxies only โ Chromium can't authenticate SOCKS5, so this server is HTTP-only by design.
This tool is for collecting public data. Please:
robots.txt, rate limits, and each site's terms and the law. Can reach โ should.Need residential proxy credentials? The free trial needs no card:
โ Create an Aethyn account ยท Quickstart docs ยท Pricing
PRs welcome โ especially extending data/locations.json with more countries, cities, and states (single lowercase alphanumeric tokens), and new client examples. Keep it real and runnable; use placeholder credentials only.
MIT โ free to use, copy, and adapt.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/aethynio-aethyn-browser-mcp)<a href="https://allmcps.com/mcp/aethynio-aethyn-browser-mcp"><img src="https://allmcps.com/api/badge/aethynio-aethyn-browser-mcp?style=directory" alt="Aethyn Browser MCP on AllMCPs" /></a>