aethynio/aethyn-browser-mcp

๐Ÿ“‚ Browser Automation
0 Views
0 Installs

๐Ÿ“‡ ๐Ÿ  - Drive a local Playwright browser through residential proxies with the agent choosing the exit country/city and holding one sticky identity per task. 10 tools: launch, navigate, accessibility snapshot, click, type, content extraction, exit-IP verification, and per-task identity rotation. Free trial, no card.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "aethynio-aethyn-browser-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "aethynio-aethyn-browser-mcp"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

Aethyn Browser MCP โ€” residential-proxy browser control for AI agents (pick the country, one identity per task)

License: MIT MCP Playwright

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.

Why this exists

  • Playwright MCP drives a browser well, but its proxy is set once at server startup โ€” one static exit for the whole session. The agent can't ask for a Japanese exit for one task and a German exit for the next.
  • Hosted "web scraping" MCPs hide the proxy and hand back JSON โ€” no runtime control over geo or session identity, and it's their pool at their price.

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.

Quickstart

Add the server to your MCP client โ€” Claude Desktop (claude_desktop_config.json) or Cursor (~/.cursor/mcp.json):

{
  "mcpServers": {
    "aethyn-browser": {
      "command": "npx",
      "args": ["-y", "aethyn-browser-mcp"],
      "env": {
        "AETHYN_USERNAME": "aethyn-XXXXX",
        "AETHYN_PASSWORD": "your-proxy-password",
        "AETHYN_DEFAULT_TIER": "premium"
      }
    }
  }
}

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_TIER defaults to premium (port 2099). If your account is Elite, set it to elite (port 5499) โ€” 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 with tier: "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."

Tools

ToolWhat it does
aethyn_launch_browserLaunch local Chromium through a residential exit in a chosen country (+ city/state on Elite), tier, and sticky session. Returns a session_id.
aethyn_navigateGo to a URL; waits for load and returns the HTTP status, final URL, and title.
aethyn_get_contentReturn the page cleaned for reading (markdown / text / html).
aethyn_snapshotAccessibility snapshot (roles, names, [ref=..] handles) โ€” how the agent decides what to click.
aethyn_clickClick by ref (from the snapshot) or a CSS/role/text selector.
aethyn_typeType into an input (optionally submit with Enter).
aethyn_check_exit_ipFetch IP info through the session's proxy to verify the geo actually landed.
aethyn_new_identityRotate to a fresh exit IP (same country) and clear cookies.
aethyn_closeClose the session's context and free memory.
aethyn_list_countriesDiscover available countries (and Elite cities) at runtime.

How it's different

Aethyn Browser MCPPlaywright MCPHosted scraping MCPs
Runs the browserLocal (yours)LocalTheir 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 proxyone static proxyโŒ

No trash-talk โ€” just the capability delta. (Playwright MCP is great; it just wasn't built for per-task geo.)

Bring your own proxy

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:

{
  "mcpServers": {
    "browser": {
      "command": "npx",
      "args": ["-y", "aethyn-browser-mcp"],
      "env": {
        "PROXY_HOST": "gate.your-provider.com",
        "PROXY_PORT": "7000",
        "PROXY_USERNAME": "your-user",
        "PROXY_PASSWORD": "your-pass",
        "PROXY_USERNAME_TEMPLATE": "{username}-country-{country}[-city-{city}]-session-{session}-lifetime-{lifetime}"
      }
    }
  }
}

For a plain fixed proxy with no geo in the username, use "PROXY_USERNAME_TEMPLATE": "{username}".

Configuration

Env varDefaultNotes
AETHYN_USERNAME / AETHYN_PASSWORDโ€”Your Aethyn proxy credentials (default provider).
AETHYN_DEFAULT_TIERpremiumpremium (HTTP 2099) or elite (HTTP 5499, unlocks city/state).
AETHYN_HEADLESStrueSet false to watch the browser.
AETHYN_MAX_SESSIONS8Oldest session is evicted past this cap.
AETHYN_IDLE_TIMEOUT_MIN10Idle sessions auto-close after this many minutes.
AETHYN_IPINFO_URLhttps://ipinfo.io/jsonEndpoint 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.

Guardrails

This tool is for collecting public data. Please:

  • Respect robots.txt, rate limits, and each site's terms and the law. Can reach โ‰  should.
  • No login/credential-wall automation, and no CAPTCHA solving โ€” there's no such capability. If a site shows a challenge, read the page and stop rather than trying to bypass it.
  • Pace yourself. A residential IP firing dozens of requests per second is still obviously a bot.
  • Your credentials stay in your MCP config on your machine; the proxy password is never logged.

Get credentials

Need residential proxy credentials? The free trial needs no card:

โ†’ Create an Aethyn account ยท Quickstart docs ยท Pricing

Contributing

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.

License

MIT โ€” free to use, copy, and adapt.

Related MCP Servers

34892002/bilibili-mcp-js

๐Ÿ“‡ ๐Ÿ  - A MCP server that supports searching for Bilibili content. Provides LangChain integration examples and test scripts.

๐Ÿ“‚ Browser Automation0 views
achiya-automation/safari-mcp

๐Ÿ“‡ ๐Ÿ  ๐ŸŽ - Native Safari browser automation for AI agents with 80+ tools. No Chrome dependency, optimized for Apple Silicon with 60% less CPU overhead.

๐Ÿ“‚ Browser Automation0 views
agent-infra/mcp-server-browser

๐Ÿ“‡ ๐Ÿ  - Browser automation capabilities using Puppeteer, both support local and remote browser connection.

๐Ÿ“‚ Browser Automation0 views
alex-on-ai/WebReaper

๏ธโƒฃ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - AI-native web scraper MCP server. Single binary, returns clean markdown, MIT-licensed Firecrawl alternative.

๐Ÿ“‚ Browser Automation0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

Last checked: 7/28/2026, 5:30:34 AM

Unclaimed listing (imported or pending owner verification). Claim it โ†’
โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.