Aethyn Browser
@aethynio
Aethyn Browser について
Browser MCP to use custom proxies for scraping by AI Agents
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"aethyn-browser": {
"command": "npx",
"args": [
"-y",
"aethyn-browser-mcp"
],
"env": {
"AETHYN_USERNAME": "aethyn-XXXXX",
"AETHYN_PASSWORD": "your-proxy-password",
"AETHYN_DEFAULT_TIER": "premium"
}
}
}
}ツール
10Launch local Chromium through a residential exit in a chosen `country` (+ `city`/`state` on Elite), `tier`, and sticky `session`. Returns a `session_id`.
Go to a URL; waits for load and returns the HTTP status, final URL, and title.
Return the page cleaned for reading (`markdown` / `text` / `html`).
Accessibility snapshot (roles, names, `[ref=..]` handles) — how the agent decides what to click.
Click by `ref` (from the snapshot) or a CSS/role/text `selector`.
Type into an input (optionally submit with Enter).
Fetch IP info **through the session's proxy** to verify the geo actually landed.
Rotate to a fresh exit IP (same country) and clear cookies.
Close the session's context and free memory.
Discover available countries (and Elite cities) at runtime.
概要
What is Aethyn Browser?
Browser MCP to use custom proxies for scraping by AI Agents
How to use Aethyn Browser?
The README includes setup instructions such as "command": "npx",.
Key features of Aethyn Browser
- Respect robots.txt, rate limits, and each site's terms and the law. Can reach ≠ should.
- 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
Use cases of Aethyn Browser
- Connect an MCP-compatible client to this repository's service.
- Review the README-backed setup before enabling it in production.
FAQ from Aethyn Browser
Where is the source code for Aethyn Browser?
The source code is linked from the repository URL on this page.
Does Aethyn Browser include a standard MCP config?
If the README contains a parseable MCP configuration block, it is shown in the Config tab.
「ブラウザ自動化」の他のコンテンツ
mcp-browser-use: MCP server for browser-use
vinayak-mehtaMCP server for browser-use
BrowserTools MCP
AgentDeskAIMonitor browser logs directly from Cursor and other MCP compatible IDEs.

Fetch
modelcontextprotocolModel Context Protocol Servers
Browserbase MCP Server
browserbaseAllow LLMs to control a browser with Browserbase and Stagehand
browser-mcp
djydeA browser extension and MCP server that allows you to interact with the browser you are using.
コメント