WebBrain — open-source browser agent extension with WebMCP support #2399
esokullu
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Sharing in case it's useful to folks here: WebBrain is an open-source (MIT) browser agent that runs as a Chrome/Firefox extension, and we recently shipped WebMCP support (with real Chrome smoke tests in CI).
Different tradeoff from a CDP-driven setup: it runs inside the user's own browser session, so it works on already-logged-in pages without a separate profile or auth setup — which seems to be a recurring question here. Model-agnostic too (local via llama.cpp/Ollama, or any OpenAI-compatible API).
Repo: https://github.com/webbrain-one/webbrain — happy to answer anything about the WebMCP implementation side.
All reactions