From 80f3691f7c48b94f4259f9502612c42c08b0b398 Mon Sep 17 00:00:00 2001 From: pai <2921839932@qq.com> Date: Sun, 16 Aug 2026 18:26:05 +0800 Subject: [PATCH 1/2] Add nexus-browser-mcp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67370cd77..2926ae8b0 100644 --- a/README.md +++ b/README.md @@ -454,6 +454,7 @@ Web content access and automation capabilities. Enables searching, scraping, and - [ofershap/real-browser-mcp](https://github.com/ofershap/real-browser-mcp) [![real-browser-mcp MCP server](https://glama.ai/mcp/servers/ofershap/real-browser-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ofershap/real-browser-mcp) 📇 🏠 - MCP server + Chrome extension that gives AI agents control of the user's real browser with existing sessions, logins, and cookies. No headless browser, no re-authentication. - [Pantheon-Security/chrome-mcp-secure](https://github.com/Pantheon-Security/chrome-mcp-secure) 📇 🏠 🍎 🪟 🐧 - Security-hardened Chrome automation with post-quantum encryption (ML-KEM-768 + ChaCha20-Poly1305), secure credential vault, memory scrubbing, and audit logging. 22 tools for browser automation and secure logins. - [PhungXuanAnh/selenium-mcp-server](https://github.com/PhungXuanAnh/selenium-mcp-server) 🐍 🏠 🍎 🪟 🐧 - A Model Context Protocol server providing web automation capabilities through Selenium WebDriver +- [paipaipai666/nexus-browser-mcp](https://github.com/paipaipai666/nexus-browser-mcp) 🐍 🏠 🪟 🍎 🐧 - Browser automation via accessibility tree with event-driven deterministic snapshots (MutationObserver quiet-window instead of fixed sleeps), HITL governance gates with redacted JSONL audit, multi-task isolation with self-healing rebuilds, and developer observability (console / JS errors / network / Web Vitals). - [pskill9/web-search](https://github.com/pskill9/web-search) 📇 🏠 - An MCP server that enables free web searching using Google search results, with no API keys required. - [protostatis/unbrowser](https://github.com/protostatis/unbrowser) [![protostatis/unbrowser MCP server](https://glama.ai/mcp/servers/protostatis/unbrowser/badges/score.svg)](https://glama.ai/mcp/servers/protostatis/unbrowser) 🦀 🏠 🍎 🪟 🐧 - Lightweight browser MCP server for LLM agents. Runs JavaScript, follows links, fills forms, manages cookies, and returns low-token BlockMaps from a single native binary without Chrome. - [prufa-dev/prufa-mcp](https://github.com/prufa-dev/prufa-mcp) [![prufa-dev/prufa-mcp MCP server](https://glama.ai/mcp/servers/prufa-dev/prufa-mcp/badges/score.svg)](https://glama.ai/mcp/servers/prufa-dev/prufa-mcp) 🐍 ☁️ - Point your coding agent at a URL and get a real-browser QA audit: broken signup/login/checkout flows, JS console errors, missing analytics, consent + security headers, mobile tap targets, and accessibility — returned as machine-verified findings graded A–F. Free 60-second audit, no signup. From 1c1433b932ee619b2bed79a311e6c78950920b68 Mon Sep 17 00:00:00 2001 From: pai <2921839932@qq.com> Date: Sun, 16 Aug 2026 18:38:14 +0800 Subject: [PATCH 2/2] Add Glama score badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2926ae8b0..8065f6472 100644 --- a/README.md +++ b/README.md @@ -454,7 +454,7 @@ Web content access and automation capabilities. Enables searching, scraping, and - [ofershap/real-browser-mcp](https://github.com/ofershap/real-browser-mcp) [![real-browser-mcp MCP server](https://glama.ai/mcp/servers/ofershap/real-browser-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ofershap/real-browser-mcp) 📇 🏠 - MCP server + Chrome extension that gives AI agents control of the user's real browser with existing sessions, logins, and cookies. No headless browser, no re-authentication. - [Pantheon-Security/chrome-mcp-secure](https://github.com/Pantheon-Security/chrome-mcp-secure) 📇 🏠 🍎 🪟 🐧 - Security-hardened Chrome automation with post-quantum encryption (ML-KEM-768 + ChaCha20-Poly1305), secure credential vault, memory scrubbing, and audit logging. 22 tools for browser automation and secure logins. - [PhungXuanAnh/selenium-mcp-server](https://github.com/PhungXuanAnh/selenium-mcp-server) 🐍 🏠 🍎 🪟 🐧 - A Model Context Protocol server providing web automation capabilities through Selenium WebDriver -- [paipaipai666/nexus-browser-mcp](https://github.com/paipaipai666/nexus-browser-mcp) 🐍 🏠 🪟 🍎 🐧 - Browser automation via accessibility tree with event-driven deterministic snapshots (MutationObserver quiet-window instead of fixed sleeps), HITL governance gates with redacted JSONL audit, multi-task isolation with self-healing rebuilds, and developer observability (console / JS errors / network / Web Vitals). +- [paipaipai666/nexus-browser-mcp](https://github.com/paipaipai666/nexus-browser-mcp) [![paipaipai666/nexus-browser-mcp MCP server](https://glama.ai/mcp/servers/paipaipai666/nexus-browser-mcp/badges/score.svg)](https://glama.ai/mcp/servers/paipaipai666/nexus-browser-mcp) 🐍 🏠 🪟 🍎 🐧 - Browser automation via accessibility tree with event-driven deterministic snapshots (MutationObserver quiet-window instead of fixed sleeps), HITL governance gates with redacted JSONL audit, multi-task isolation with self-healing rebuilds, and developer observability (console / JS errors / network / Web Vitals). - [pskill9/web-search](https://github.com/pskill9/web-search) 📇 🏠 - An MCP server that enables free web searching using Google search results, with no API keys required. - [protostatis/unbrowser](https://github.com/protostatis/unbrowser) [![protostatis/unbrowser MCP server](https://glama.ai/mcp/servers/protostatis/unbrowser/badges/score.svg)](https://glama.ai/mcp/servers/protostatis/unbrowser) 🦀 🏠 🍎 🪟 🐧 - Lightweight browser MCP server for LLM agents. Runs JavaScript, follows links, fills forms, manages cookies, and returns low-token BlockMaps from a single native binary without Chrome. - [prufa-dev/prufa-mcp](https://github.com/prufa-dev/prufa-mcp) [![prufa-dev/prufa-mcp MCP server](https://glama.ai/mcp/servers/prufa-dev/prufa-mcp/badges/score.svg)](https://glama.ai/mcp/servers/prufa-dev/prufa-mcp) 🐍 ☁️ - Point your coding agent at a URL and get a real-browser QA audit: broken signup/login/checkout flows, JS console errors, missing analytics, consent + security headers, mobile tap targets, and accessibility — returned as machine-verified findings graded A–F. Free 60-second audit, no signup.