From 12dba4cc92925a53f3cae1879e541aa227700232 Mon Sep 17 00:00:00 2001 From: sh6drack Date: Sun, 1 Mar 2026 22:28:41 -0500 Subject: [PATCH 1/2] Add zen-mcp to Browser Automation section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit zen-mcp is the first MCP server for Zen Browser. It uses WebDriver BiDi over WebSocket to provide 20 tools for browser automation — navigation, form filling, screenshots, JavaScript evaluation, and more. No Selenium or Playwright required. https://github.com/sh6drack/zen-mcp Co-Authored-By: Claude Opus 4.6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..9cf734ba7 100644 --- a/README.md +++ b/README.md @@ -314,6 +314,7 @@ Web content access and automation capabilities. Enables searching, scraping, and - [eyalzh/browser-control-mcp](https://github.com/eyalzh/browser-control-mcp) 📇 🏠 - An MCP server paired with a browser extension that enables LLM clients to control the user's browser (Firefox). - [fradser/mcp-server-apple-reminders](https://github.com/FradSer/mcp-server-apple-reminders) 📇 🏠 🍎 - An MCP server for interacting with Apple Reminders on macOS - [freema/firefox-devtools-mcp](https://github.com/freema/firefox-devtools-mcp) 📇 🏠 - Firefox browser automation via WebDriver BiDi for testing, scraping, and browser control. Supports snapshot/UID-based interactions, network monitoring, console capture, and screenshots. +- [sh6drack/zen-mcp](https://github.com/sh6drack/zen-mcp) 📇 🏠 - Zen Browser automation via WebDriver BiDi. 20 tools for navigation, form filling, screenshots, and JavaScript evaluation. No Selenium or Playwright required. - [getrupt/ashra-mcp](https://github.com/getrupt/ashra-mcp) 📇 🏠 - Extract structured data from any website. Just prompt and get JSON. - [hanzili/comet-mcp](https://github.com/hanzili/comet-mcp) 📇 🏠 🍎 - Connect to Perplexity Comet browser for agentic web browsing, deep research, and real-time task monitoring. - [LarryWalkerDEV/mcp-immostage](https://github.com/LarryWalkerDEV/mcp-immostage) 📇 ☁️ - AI virtual staging for real estate. Stage empty rooms, beautify floor plans into 3D renders, classify room images, generate property descriptions, and get style recommendations. From 135d42d3505677cd688f2adbc609dfbee5391c2c Mon Sep 17 00:00:00 2001 From: Shadrack Annor Date: Sat, 16 May 2026 06:16:36 -0400 Subject: [PATCH 2/2] Add Glama badge to zen-mcp entry Co-Authored-By: Claude --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cf734ba7..5781222dc 100644 --- a/README.md +++ b/README.md @@ -314,7 +314,7 @@ Web content access and automation capabilities. Enables searching, scraping, and - [eyalzh/browser-control-mcp](https://github.com/eyalzh/browser-control-mcp) 📇 🏠 - An MCP server paired with a browser extension that enables LLM clients to control the user's browser (Firefox). - [fradser/mcp-server-apple-reminders](https://github.com/FradSer/mcp-server-apple-reminders) 📇 🏠 🍎 - An MCP server for interacting with Apple Reminders on macOS - [freema/firefox-devtools-mcp](https://github.com/freema/firefox-devtools-mcp) 📇 🏠 - Firefox browser automation via WebDriver BiDi for testing, scraping, and browser control. Supports snapshot/UID-based interactions, network monitoring, console capture, and screenshots. -- [sh6drack/zen-mcp](https://github.com/sh6drack/zen-mcp) 📇 🏠 - Zen Browser automation via WebDriver BiDi. 20 tools for navigation, form filling, screenshots, and JavaScript evaluation. No Selenium or Playwright required. +- [sh6drack/zen-mcp](https://github.com/sh6drack/zen-mcp) [![sh6drack/zen-mcp MCP server](https://glama.ai/mcp/servers/sh6drack/zen-mcp/badges/score.svg)](https://glama.ai/mcp/servers/sh6drack/zen-mcp) 📇 🏠 - Zen Browser automation via WebDriver BiDi. 20 tools for navigation, form filling, screenshots, and JavaScript evaluation. No Selenium or Playwright required. - [getrupt/ashra-mcp](https://github.com/getrupt/ashra-mcp) 📇 🏠 - Extract structured data from any website. Just prompt and get JSON. - [hanzili/comet-mcp](https://github.com/hanzili/comet-mcp) 📇 🏠 🍎 - Connect to Perplexity Comet browser for agentic web browsing, deep research, and real-time task monitoring. - [LarryWalkerDEV/mcp-immostage](https://github.com/LarryWalkerDEV/mcp-immostage) 📇 ☁️ - AI virtual staging for real estate. Stage empty rooms, beautify floor plans into 3D renders, classify room images, generate property descriptions, and get style recommendations.