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 服务器

Fetch
modelcontextprotocolModel Context Protocol Servers
Umut Naci
firecrawlThe API to search, scrape, and interact with the web at scale. 🔥
Firecrawl Mcp Server
mendableai🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
browser-use-mcp-server
co-browserBrowse the web, directly from Cursor etc.
Fetcher MCP
jae-jaeMCP server for fetch web page content using Playwright headless browser.
评论