diff --git a/README.md b/README.md index c72349eab6..909b8dfc2d 100644 --- a/README.md +++ b/README.md @@ -662,6 +662,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[Braintree](https://github.com/QuentinCody/braintree-mcp-server)** - Unofficial PayPal Braintree payment gateway MCP Server for AI agents to process payments, manage customers, and handle transactions securely. - **[Brazilian Law](https://github.com/pdmtt/brlaw_mcp_server/)** (by pdmtt) - Agent-driven research on Brazilian law using official sources. - **[BreakoutRoom](https://github.com/agree-able/room-mcp)** - Agents accomplishing goals together in p2p rooms +- **[Browser DevTools MCP](https://github.com/serkan-ozal/browser-devtools-mcp)** - A Playwright-based MCP server that exposes a live browser as a traceable, inspectable, debuggable (both execution-level debugging — logs, network requests/responses and visual debugging — screenshots, ARIA/AX Tree snapshots) and controllable execution environment for AI agents. - **[Browser MCP](https://github.com/bytedance/UI-TARS-desktop/tree/main/packages/agent-infra/mcp-servers/browser)** (by UI-TARS) - A fast, lightweight MCP server that empowers LLMs with browser automation via Puppeteer’s structured accessibility data, featuring optional vision mode for complex visual understanding and flexible, cross-platform configuration. - **[browser-use](https://github.com/co-browser/browser-use-mcp-server)** (by co-browser) - browser-use MCP server with dockerized playwright + chromium + vnc. supports stdio & resumable http. - **[BrowserLoop](https://github.com/mattiasw/browserloop)** - An MCP server for taking screenshots of web pages using Playwright. Supports high-quality capture with configurable formats, viewport sizes, cookie-based authentication, and both full page and element-specific screenshots.