Add YetiBrowser MCP to Community registry #2763
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adding YetiBrowser MCP to Community Registry
Description
Motivation and Context
YetiBrowser MCP is a fully open-source implementation of the Browser MCP workflow. It links a Node-based MCP server with Chrome/Firefox extensions so Model Context Protocol clients—Codex/Claude Code, Cursor, Windsurf, MCP Inspector, or your own tools—can automate a real browser tab while keeping every byte on your machine and auditable.
Other MCP options I tried didn't have the scope of browser tools I needed, were closed source, nor did they work well with multiple AI assistant instances. I needed something that was more powerful, and also let me configure which instance was pointing to the browser extensions
How Has This Been Tested?
This is a local MCP server and Chrome browser extension. I've been using this MCP exclusively for weeks, and it's been working great. It took a few iterations to get the auto-connecting port functionality to work as intended, but all good now.
Types of changes
Checklist
Additional context
Originally I had planned for both Chrome and Firefox extensions, but due to limitations with the current state of Manifest v3, Firefox extension is on hold until better support is in the stable builds. Currently requires 'nightly' builds and explicit background processing enabled.