Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Browse
  3. Aethyn Browser MCP
  4. vs Auth Fetch MCP
Side-by-Side Model Context Protocol Comparison

Aethyn Browser MCP vs Auth Fetch MCP

In-depth architectural comparison of the Aethyn Browser MCP and Auth Fetch MCP MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.

At a Glance & Executive Verdict

Aethyn Browser MCP
Browser Automation · Local stdio
Quality: 61/100 (Good) | Auth: API Key required
Auth Fetch MCP
Browser Automation · Local stdio
Quality: 52/100 (Good) | Auth: No auth required
Verdict Summary: Choose Aethyn Browser MCP if you need specialized Browser Automation tools running via a local process. Choose Auth Fetch MCP if your workspace requires Browser Automation integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.

Which MCP Server Should You Choose?

Aethyn Browser MCP logo

Choose Aethyn Browser MCP when:

  • You need dedicated capabilities in the Browser Automation domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: API Key required (Freemium).
  • You have access to required keys: AETHYN_USERNAME, AETHYN_PASSWORD, AETHYN_DEFAULT_TIER, AETHYN_HEADLESS, PROXY_HOST, PROXY_PORT, PROXY_USERNAME, PROXY_PASSWORD.
  • Primary tools included: aethyn_launch_browser, aethyn_navigate, aethyn_get_content.
Explore Aethyn Browser MCP Details
Auth Fetch MCP logo

Choose Auth Fetch MCP when:

  • You need dedicated capabilities in the Browser Automation domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: No auth required (Free / Open Source).
  • Primary tools included: auth_fetch, download_media, list_pages.

Feature & Specification Comparison

Specification
Aethyn Browser MCP logo
Aethyn Browser MCP
aethynio
Browser Automation
Auth Fetch MCP logo
Auth Fetch MCP
ymw0407
Browser Automation
Summary
Category & ScopeBrowser AutomationBrowser Automation

Tools & Capabilities Breakdown

Aethyn Browser MCP Tools (10)

aethyn_launch_browser
Launch 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_navigate
Navigate 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_content
Return the current page's content cleaned for reading (markdown by default). Use after navigating to extract data.
aethyn_snapshot
Return a structured accessibility snapshot (roles, names, and [ref=..] handles) of the page. Pass those refs to aethyn_click / aethyn_type. No screenshots needed.
aethyn_click

Ready-to-Paste Client Configurations

Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).

Aethyn Browser MCP Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "aethynio-aethyn-browser-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "aethyn-browser-mcp"
      ],
      "env": {
        "AETHYN_USERNAME": "YOUR_AETHYN_USERNAME_HERE",
        "AETHYN_PASSWORD": "YOUR_AETHYN_PASSWORD_HERE",
        "AETHYN_DEFAULT_TIER": "YOUR_AETHYN_DEFAULT_TIER_HERE",
        "AETHYN_HEADLESS": "YOUR_AETHYN_HEADLESS_HERE",
        "PROXY_HOST": "YOUR_PROXY_HOST_HERE",
        "PROXY_PORT": "YOUR_PROXY_PORT_HERE",
        "PROXY_USERNAME": "YOUR_PROXY_USERNAME_HERE",
        "PROXY_PASSWORD": "YOUR_PROXY_PASSWORD_HERE"
      }
    }
  }
}
Auth Fetch MCP Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "ymw0407-auth-fetch-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "auth-fetch-mcp@latest"
      ]
    }
  }
}

Frequently Asked Questions

Aethyn Browser MCP is categorized under Browser Automation and uses a local stdio subprocess. In contrast, Auth Fetch MCP belongs to Browser Automation using local stdio subprocess. Select Aethyn Browser MCP when you need capabilities focused on browser automation and Auth Fetch MCP when you require tools for browser automation.

More alternatives to Aethyn Browser MCPMore alternatives to Auth Fetch MCPBrowser Automation category hub

Related MCP Server Comparisons

Popular comparisons with Aethyn Browser MCP

  • Browser Use MCP Server logoAethyn Browser MCP vs Browser Use MCP Server
  • Playwright Plus Python MCP logoAethyn Browser MCP vs Playwright Plus Python MCP
  • Playwright MCP logoAethyn Browser MCP vs Playwright MCP
  • MCP Server Playwright logoAethyn Browser MCP vs MCP Server Playwright

Popular comparisons with Auth Fetch MCP

Explore Auth Fetch MCP Details
Quality signal61/100 (Good)52/100 (Good)
Transport ProtocolLocal Subprocess (stdio)Local Subprocess (stdio)
Auth RequirementAPI Key requiredNo auth required
Pricing ModelFreemiumFree / Open Source
Required Env Vars
AETHYN_USERNAMEAETHYN_PASSWORDAETHYN_DEFAULT_TIERAETHYN_HEADLESSPROXY_HOSTPROXY_PORTPROXY_USERNAMEPROXY_PASSWORD
None required
Compatible Clients
Claude DesktopCursorWindsurfClineVS Code
Claude DesktopCursorWindsurfClineVS Code
Install path signalnpx · highnpx · high
Engagement & Health 2 views 0 copies 0 upvotes 3 stars 1 views 0 copies 0 upvotes 36 stars
Verified / OfficialCommunity ListingCommunity Listing
Open full listingView Aethyn Browser MCP ListingView Auth Fetch MCP Listing
Click an element. Prefer a 'ref' from aethyn_snapshot (e.g. 'e12'); or pass a 'selector' (CSS, or Playwright role=/text= engine).
aethyn_type
Type text into an input. Prefer a 'ref' from aethyn_snapshot; or a 'selector'. Set submit:true to press Enter after.
aethyn_check_exit_ip
Fetch IP info THROUGH the session's proxy so you can verify the exit country/city actually landed before trusting the page. Returns ip, country, city, org/ASN, and a best-effort is_residential flag.
aethyn_new_identity
Rotate the session to a fresh residential exit (new IP, same country) and clear cookies. Use between independent tasks or after a soft-block.
aethyn_close
Close the session's browser context and free memory. Call this when a task is done.
aethyn_list_countries
List available exit countries (and Elite-tier cities where known). Discover geo options at runtime before launching.

Auth Fetch MCP Tools (4)

auth_fetch
The primary tool. Fetches page content using a real browser, opening a window for login if needed. Returns cleaned HTML with noise elements (nav, footer, scripts, etc.) stripped and media tags (`<img>`, `<video>`, `<iframe>`) preserved.
download_media
Downloads files from URLs using saved browser sessions. Use this to lazily download images, videos, or other files found in `auth_fetch` results. The browser's saved cookies handle authentication automatically — no need to log in again.
list_pages
Lists all open tabs in the browser with their URLs and titles.
close_browser
Closes the browser window. Login sessions are saved and will be reused next time.
  • Browser Use MCP Server logoAuth Fetch MCP vs Browser Use MCP Server
  • Scrapeunblocker MCP logoAuth Fetch MCP vs Scrapeunblocker MCP
  • WebReaper logoAuth Fetch MCP vs WebReaper
  • Unbrowser logoAuth Fetch MCP vs Unbrowser
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.
Fetch content from login-protected web pages (Notion, Google Docs, Jira, Confluence, etc.) by opening a real browser for authentication with persistent session caching.