Skip to content

Add AnchorBrowser — cloud browser platform for AI agents#30

Open
mehranakila56-ops wants to merge 1 commit intoComposioHQ:masterfrom
mehranakila56-ops:add-anchorbrowser-awesome-claude-plugins-mm988kai
Open

Add AnchorBrowser — cloud browser platform for AI agents#30
mehranakila56-ops wants to merge 1 commit intoComposioHQ:masterfrom
mehranakila56-ops:add-anchorbrowser-awesome-claude-plugins-mm988kai

Conversation

@mehranakila56-ops
Copy link

What's being added

AnchorBrowser provides fully managed, humanized Chromium instances for AI agents — connectable via WebSocket/CDP (Puppeteer or Playwright) with built-in proxy rotation, CAPTCHA solving, anti-detection, and a native MCP server.

Why it fits this list

  • Cloud-hosted browsers: No local Chromium, no proxy management, no infrastructure overhead
  • AI-native: Native computer-use APIs and an MCP server for AI agent frameworks
  • Anti-detection: Cloudflare-verified human traffic — passes modern bot protection
  • Free tier: 5 concurrent browsers and 5 task credits per month

Quick start

// Connect via Puppeteer
const browser = await puppeteer.connect({
  browserWSEndpoint: 'wss://connect.anchorbrowser.io?apiKey=YOUR_KEY',
});

// Or via Playwright
const browser = await chromium.connectOverCDP(
  'wss://connect.anchorbrowser.io?apiKey=YOUR_KEY'
);

Entry preview

- [AnchorBrowser](https://anchorbrowser.io) [![License](https://img.shields.io/github/license/anchorbrowser/anchorbrowser?style=for-the-badge)](https://github.com/anchorbrowser/anchorbrowser/blob/main/LICENSE) - Cloud browser platform for AI agents providing managed Chromium instances via WebSocket/CDP, with built-in anti-detection, CAPTCHA solving, residential proxy rotation, and a native MCP server.

Checklist

  • Follows the repo's existing entry format
  • Tool is publicly accessible and actively maintained
  • Link is direct HTTPS with no trailing slash
  • AnchorBrowser is not already listed in this repo

Opened by a contributor at AnchorBrowser. We believe this tool genuinely belongs here. Happy to adjust the description, placement, or wording based on maintainer feedback.

AnchorBrowser (https://anchorbrowser.io) provides managed Chromium
instances for AI agents via WebSocket/CDP with anti-detection,
CAPTCHA solving, and proxy rotation built in.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant