Add Silbercue/public-browser — Chrome automation over raw CDP

This commit is contained in:
Julian Friedrich
2026-09-03 18:16:06 +02:00
parent 9f3ae55c50
commit 0c11f7d6f4
+1
View File
@@ -485,6 +485,7 @@ Web content access and automation capabilities. Enables searching, scraping, and
- [screenshotscout/screenshotscout-mcp](https://github.com/screenshotscout/screenshotscout-mcp) [![screenshotscout/screenshotscout-mcp MCP server](https://glama.ai/mcp/servers/screenshotscout/screenshotscout-mcp/badges/score.svg)](https://glama.ai/mcp/servers/screenshotscout/screenshotscout-mcp) 📇 ☁️ - Capture webpages as images or PDFs with full-page and element targeting, device and viewport controls, location selection, page interactions, blocking options, and configurable output.
- [seleniumboot/selenium-mcp](https://github.com/seleniumboot/selenium-mcp) [![seleniumboot/selenium-mcp MCP server](https://glama.ai/mcp/servers/seleniumboot/selenium-mcp/badges/score.svg)](https://glama.ai/mcp/servers/seleniumboot/selenium-mcp) 🐍 🏠 🍎 🪟 🐧 - Python MCP server for Selenium WebDriver — 84 tools for browser automation, element interactions, assertions, and self-healing locators, plus codegen for Java TestNG / JUnit 5 / Cucumber / pytest / C# NUnit / Playwright and CI pipelines (GitHub Actions / Jenkins / GitLab CI). No ChromeDriver setup needed.
- [serkan-ozal/browser-devtools-mcp](https://github.com/serkan-ozal/browser-devtools-mcp) 📇 - An MCP Server enables AI assistants to autonomously test, debug, and validate web applications.
- [Silbercue/public-browser](https://github.com/Silbercue/public-browser) 📇 🐍 🏠 🍎 🪟 🐧 - Chrome automation over raw CDP — no Playwright, no extension bridge, no single-tab limit. Accessibility-tree refs cached across calls survive rerenders, so a page snapshot costs 1,124 chars against Playwright MCP's 6,084. Server-side plan executor runs multi-step flows in one tool call. Ships a Python API for LLM-free scripting. MIT.
- [site-shot/site-shot-mcp](https://github.com/site-shot/site-shot-mcp) [![site-shot/site-shot-mcp MCP server](https://glama.ai/mcp/servers/site-shot/site-shot-mcp/badges/score.svg)](https://glama.ai/mcp/servers/site-shot/site-shot-mcp) 📇 ☁️ - Website screenshot API for AI agents. Real Chromium rendering, full-page capture up to 20,000px, country/geo proxies, and automatic ad & cookie-banner removal (cleaner images, fewer vision tokens). Two tools: `capture_screenshot`, `capture_full_page`. Install: `npx -y site-shot-mcp`.
- [softvoyagers/pageshot-api](https://github.com/softvoyagers/pageshot-api) 📇 ☁️ - Free webpage screenshot capture API with format, viewport, and dark mode options. No API key required.
- [SolveGate/solvegate-mcp](https://github.com/SolveGate/solvegate-mcp) [![SolveGate/solvegate-mcp MCP server](https://glama.ai/mcp/servers/SolveGate/solvegate-mcp/badges/score.svg)](https://glama.ai/mcp/servers/SolveGate/solvegate-mcp) 🎖️ 📇 ☁️ - Deal with Cloudflare Turnstile from an agent. `inspect_page` reports whether a page actually uses Turnstile and what its sitekey is — free, no API key — so the agent can look before it acts, and it says plainly when a page carries reCAPTCHA or hCaptcha instead, or is a full-page Cloudflare interstitial rather than an embedded widget. `solve_turnstile` and `get_solve` clear the challenge and return a token when one is genuinely needed. `npx -y solvegate-mcp`