From 844761616f0c94302ccf2ded8ea4f4db36a7d571 Mon Sep 17 00:00:00 2001 From: maccydee <215226180+maccydee@users.noreply.github.com> Date: Tue, 18 Aug 2026 00:35:31 +0100 Subject: [PATCH 1/2] Add maccydee/cute-web-scraper to Browser Automation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 72a96c8ff..f11369735 100644 --- a/README.md +++ b/README.md @@ -442,6 +442,7 @@ Web content access and automation capabilities. Enables searching, scraping, and - [LvcidPsyche/auto-browser](https://github.com/LvcidPsyche/auto-browser) [![LvcidPsyche/auto-browser MCP server](https://glama.ai/mcp/servers/LvcidPsyche/auto-browser/badges/score.svg)](https://glama.ai/mcp/servers/LvcidPsyche/auto-browser) 🐍 🏠 🐧 🍎 🪟 - Open-source MCP-native browser agent with human takeover via noVNC, reusable auth profiles, and approval/audit rails. Playwright + FastAPI, Docker-based isolated sessions, stdio bridge for Claude Desktop and Cursor. - [Lyosis/claudeForSafari](https://github.com/Lyosis/claudeForSafari) [![Lyosis/claudeForSafari MCP server](https://glama.ai/mcp/servers/Lyosis/claudeForSafari/badges/score.svg)](https://glama.ai/mcp/servers/Lyosis/claudeForSafari) 📇 🏠 🍎 - Safari Web Extension + Node.js MCP bridge giving Claude Desktop full control over Safari — navigate, read pages, click elements, fill forms, and manage tabs. No Playwright or WebDriver dependency. - [lyrenth/lyrenth-mcp](https://github.com/lyrenth/lyrenth-mcp) [![lyrenth/lyrenth-mcp MCP server](https://glama.ai/mcp/servers/lyrenth/lyrenth-mcp/badges/score.svg)](https://glama.ai/mcp/servers/lyrenth/lyrenth-mcp) 📇 🏠 - Read any URL as a clean AIDocument (Markdown + structure) through Lyrenth's cached index. +- [maccydee/cute-web-scraper](https://github.com/maccydee/cute-web-scraper) 🐍 🏠 🍎 🪟 🐧 - Web scraping with four escalating fetch tiers (httpx, TLS impersonation, Playwright, stealth) that only escalate on a detected block. Returns clean markdown, or saves large scrapes into SQLite tables you query with read-only SQL to keep them out of the context window. 24 tools covering crawls, products, contacts, PDFs and change tracking. MIT, no API key. - [MathiasPaulenko/wavexis-mcp](https://github.com/MathiasPaulenko/wavexis-mcp) [![MathiasPaulenko/wavexis-mcp MCP server](https://glama.ai/mcp/servers/MathiasPaulenko/wavexis-mcp/badges/score.svg)](https://glama.ai/mcp/servers/MathiasPaulenko/wavexis-mcp) 🐍 🏠 🍎 🪟 🐧 - MCP server exposing 220 browser automation tools across 13 capability tiers. Chrome + Firefox via CDP + BiDi. No Node.js, no Chromium download — uses your existing browser. Stealth mode, Lighthouse audits, multi-action YAML batching, raw CDP/BiDi access, structured errors with LLM-actionable suggestions. - [microsoft/playwright-mcp](https://github.com/microsoft/playwright-mcp) - Official Microsoft Playwright MCP server, enabling LLMs to interact with web pages through structured accessibility snapshots - [Mingye-Lu/AgenticCrawler](https://github.com/Mingye-Lu/AgenticCrawler) [![Mingye-Lu/AgenticCrawler MCP server](https://glama.ai/mcp/servers/Mingye-Lu/AgenticCrawler/badges/score.svg)](https://glama.ai/mcp/servers/Mingye-Lu/AgenticCrawler) 🦀 🏠 🍎 🪟 🐧 - Autonomous LLM-powered web crawler with 17 browser tools and goal-driven agent. Single binary, stealth browsing, 25 LLM providers. From ebcb4eb6775141dfdd21b1433e3eb7eb23020910 Mon Sep 17 00:00:00 2001 From: maccydee <215226180+maccydee@users.noreply.github.com> Date: Mon, 31 Aug 2026 10:57:05 +0100 Subject: [PATCH 2/2] Add the Glama score badge to the cute-web-scraper entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f11369735..16ca6284e 100644 --- a/README.md +++ b/README.md @@ -442,7 +442,7 @@ Web content access and automation capabilities. Enables searching, scraping, and - [LvcidPsyche/auto-browser](https://github.com/LvcidPsyche/auto-browser) [![LvcidPsyche/auto-browser MCP server](https://glama.ai/mcp/servers/LvcidPsyche/auto-browser/badges/score.svg)](https://glama.ai/mcp/servers/LvcidPsyche/auto-browser) 🐍 🏠 🐧 🍎 🪟 - Open-source MCP-native browser agent with human takeover via noVNC, reusable auth profiles, and approval/audit rails. Playwright + FastAPI, Docker-based isolated sessions, stdio bridge for Claude Desktop and Cursor. - [Lyosis/claudeForSafari](https://github.com/Lyosis/claudeForSafari) [![Lyosis/claudeForSafari MCP server](https://glama.ai/mcp/servers/Lyosis/claudeForSafari/badges/score.svg)](https://glama.ai/mcp/servers/Lyosis/claudeForSafari) 📇 🏠 🍎 - Safari Web Extension + Node.js MCP bridge giving Claude Desktop full control over Safari — navigate, read pages, click elements, fill forms, and manage tabs. No Playwright or WebDriver dependency. - [lyrenth/lyrenth-mcp](https://github.com/lyrenth/lyrenth-mcp) [![lyrenth/lyrenth-mcp MCP server](https://glama.ai/mcp/servers/lyrenth/lyrenth-mcp/badges/score.svg)](https://glama.ai/mcp/servers/lyrenth/lyrenth-mcp) 📇 🏠 - Read any URL as a clean AIDocument (Markdown + structure) through Lyrenth's cached index. -- [maccydee/cute-web-scraper](https://github.com/maccydee/cute-web-scraper) 🐍 🏠 🍎 🪟 🐧 - Web scraping with four escalating fetch tiers (httpx, TLS impersonation, Playwright, stealth) that only escalate on a detected block. Returns clean markdown, or saves large scrapes into SQLite tables you query with read-only SQL to keep them out of the context window. 24 tools covering crawls, products, contacts, PDFs and change tracking. MIT, no API key. +- [maccydee/cute-web-scraper](https://github.com/maccydee/cute-web-scraper) [![maccydee/cute-web-scraper MCP server](https://glama.ai/mcp/servers/maccydee/cute-web-scraper/badges/score.svg)](https://glama.ai/mcp/servers/maccydee/cute-web-scraper) 🐍 🏠 🍎 🪟 🐧 - Web scraping with four escalating fetch tiers (httpx, TLS impersonation, Playwright, stealth) that only escalate on a detected block. Returns clean markdown, or saves large scrapes into SQLite tables you query with read-only SQL to keep them out of the context window. 24 tools covering crawls, products, contacts, PDFs and change tracking. MIT, no API key. - [MathiasPaulenko/wavexis-mcp](https://github.com/MathiasPaulenko/wavexis-mcp) [![MathiasPaulenko/wavexis-mcp MCP server](https://glama.ai/mcp/servers/MathiasPaulenko/wavexis-mcp/badges/score.svg)](https://glama.ai/mcp/servers/MathiasPaulenko/wavexis-mcp) 🐍 🏠 🍎 🪟 🐧 - MCP server exposing 220 browser automation tools across 13 capability tiers. Chrome + Firefox via CDP + BiDi. No Node.js, no Chromium download — uses your existing browser. Stealth mode, Lighthouse audits, multi-action YAML batching, raw CDP/BiDi access, structured errors with LLM-actionable suggestions. - [microsoft/playwright-mcp](https://github.com/microsoft/playwright-mcp) - Official Microsoft Playwright MCP server, enabling LLMs to interact with web pages through structured accessibility snapshots - [Mingye-Lu/AgenticCrawler](https://github.com/Mingye-Lu/AgenticCrawler) [![Mingye-Lu/AgenticCrawler MCP server](https://glama.ai/mcp/servers/Mingye-Lu/AgenticCrawler/badges/score.svg)](https://glama.ai/mcp/servers/Mingye-Lu/AgenticCrawler) 🦀 🏠 🍎 🪟 🐧 - Autonomous LLM-powered web crawler with 17 browser tools and goal-driven agent. Single binary, stealth browsing, 25 LLM providers.