Surprised to see this on HN front-page.<p>A lot has happened since I proposed / built this.<p>WebMCP is being incubated in W3C / webmachinelearning, so highly recommend checking that out as it's what will turn into WebMCP being in your browser.<p><a href="https://github.com/webmachinelearning/webmcp" rel="nofollow">https://github.com/webmachinelearning/webmcp</a>
My understanding is that this is essentially a hub for MCP servers?<p>The current and potential benefits are:<p>- Consistent authentication mechanism for all tools.<p>- Ease of tool registration/deregistration.<p>- Tool discovery.<p>Main drawbacks are:<p>- Trusting WebMCP npm package to run on your users' computers.<p>- Trusting WebMCP with access to your site or platform's functionality. Kind of like OAuth?<p>Does this sound right? Any other pros and cons versus integrating MCP server directly with specific LLMs?
That's not how I'd describe it- it's not meant to centralize servers, it's the idea: maybe you don't need to build and distribute a separate downloadable thing for users to interact with your service/product/whatever via agent, and instead they continue to use your website via an appropriate interface for agents.<p>(Here's another comment with an explanation <a href="https://news.ycombinator.com/item?id=45623782">https://news.ycombinator.com/item?id=45623782</a>)<p>The npm package is only there as the browser doesn't natively support the behavior (yet). Similarly MCP clients don't have built in support. So it's a bridge/proxy to demonstrate what could be done.
Hey glad to see Jason getting the credit he deserves! He was grokking WebMCP long before anyone else.<p>If anyone wants to test out WebMCP, you can go to: <a href="https://webmcp.sh/" rel="nofollow">https://webmcp.sh/</a> (this is a WebMCP server)<p>With the MCP-B chrome extension (this is a WebMCP client):
<a href="https://chromewebstore.google.com/detail/mcp-b-extension/daohopfhkdelnpemnhlekblhnikhdhfa" rel="nofollow">https://chromewebstore.google.com/detail/mcp-b-extension/dao...</a><p>and use it to call WebMCP tools
Also an other take here <a href="https://gitlab.com/sctlib/bmcp" rel="nofollow">https://gitlab.com/sctlib/bmcp</a>
Tried Claude’s Chrome control feature before, it totally blew my mind.<p>Didn’t expect WebMCP to let you build custom MCP clients too. That’s actually way more flexible!
I had to skim through this a couple times before I realized that I still need to run an MCP server locally. This is basically a proxy between an LLM and the proposed protocol.<p>It’s a nice proof of concept.<p>And makes sense that the goal would be for LLM clients to adopt and support the standard natively. Then the proxy won’t be necessary.
Sitemap.xml is back.
This seems like a security nightmare, a way to inject insecure content onto everyone's PC which can then automate actions executed with full user/admin privileges?<p>Why on Earth would I want this?
Entirely executing within the browser sandbox is one way to mitigate this. And that is the current scope of the official w3c proposal for this.<p><a href="https://github.com/webmachinelearning/webmcp" rel="nofollow">https://github.com/webmachinelearning/webmcp</a><p>I attempted to acknowledge the security implications and am not trying to push this as a product/service - this was just a proposal.<p>Despite it being a proposal, I added token based authentication to mitigate potential abuse by forcing users to intentionally authenticate with a website before it can be used.
W3C specs are written with respec:
ReSpec docs: <a href="https://respec.org/docs/#w3c-documents" rel="nofollow">https://respec.org/docs/#w3c-documents</a><p>W3C Process document > 3.4. Chartered Groups: Working Groups and Interest Groups:
<a href="https://www.w3.org/policies/process/#GAGeneral" rel="nofollow">https://www.w3.org/policies/process/#GAGeneral</a><p>There's WebGPU, WebNN, window.ai, Prompt API, Summarizer API, Writer API, Rewriter API, Language Detector API, Translator API ; and now WebMCP<p>WebNN:
<a href="https://www.w3.org/TR/webnn/" rel="nofollow">https://www.w3.org/TR/webnn/</a><p>webmachinelearning/prompt-api > "Explainer for the Prompt API":
<a href="https://github.com/webmachinelearning/prompt-api" rel="nofollow">https://github.com/webmachinelearning/prompt-api</a><p><a href="https://developer.chrome.com/docs/ai/built-in" rel="nofollow">https://developer.chrome.com/docs/ai/built-in</a> :<p>> Standardization effort: <i>We're working to standardize all of these APIs for cross-browser compatibility.</i><p>> <i>The Language Detector API and Translator API have been adopted by the W3C WebML Working Group. We've asked Mozilla and WebKit for their standards positions.</i><p>> <i>The Summarizer API, Writer API, and Rewriter API have also been adopted by the W3C WebML Working Group. We've asked asked Mozilla and WebKit for their standards positions.</i><p>webmachinelearning/webmcp:
<a href="https://github.com/webmachinelearning/webmcp" rel="nofollow">https://github.com/webmachinelearning/webmcp</a><p>jasonjmcghee/WebMCP: <a href="https://github.com/jasonjmcghee/WebMCP" rel="nofollow">https://github.com/jasonjmcghee/WebMCP</a><p>Having worked on at least one web app with a name that started with "Web", I'm not surprised.<p>/? mcp chrome:
<a href="https://hn.algolia.com/?dateRange=all&page=0&prefix=false&query=mcp%20chrome&sort=byDate&type=story" rel="nofollow">https://hn.algolia.com/?dateRange=all&page=0&prefix=false&qu...</a> :<p>- "Show HN: We packaged an MCP server inside Chromium" (today) <a href="https://news.ycombinator.com/item?id=45618536">https://news.ycombinator.com/item?id=45618536</a> re: browseros-mcp: <a href="https://github.com/browseros-ai/BrowserOS/blob/main/docs/browseros-mcp/how-to-guide.mdx" rel="nofollow">https://github.com/browseros-ai/BrowserOS/blob/main/docs/bro...</a><p>- "Chrome DevTools (MCP) for your AI agent" <a href="https://developer.chrome.com/blog/chrome-devtools-mcp" rel="nofollow">https://developer.chrome.com/blog/chrome-devtools-mcp</a> ..
<a href="https://news.ycombinator.com/item?id=45412734">https://news.ycombinator.com/item?id=45412734</a> (September 2025) .. :<p>> <i>We're launching today a public preview for the new Chrome DevTools Model Context Protocol (MCP) server, bringing the power of Chrome DevTools to AI coding assistants.</i><p>> <i>Coding agents face a fundamental problem: they are not able to see what the code they generate actually does when it runs in the browser. They're effectively programming with a blindfold on.</i><p>> <i>The Chrome DevTools MCP server changes this. AI coding assistants are able to debug web pages directly in Chrome, and benefit from DevTools debugging capabilities and performance insights. This improves their accuracy when identifying and fixing issues.</i><p>How could the Chrome DevTools MCP be integrated with the Gemini Computer Use model?<p>From <a href="https://news.ycombinator.com/item?id=45543923">https://news.ycombinator.com/item?id=45543923</a> :<p>> Competency Story: <i>The customer and product owner can write BDD tests in order to validate the app against the requirements</i><p>> Prompt: <i>Write playwright tests for #token_reference, that run a named factored-out login sequence, and then test as human user would that: when you click on Home that it navigates to / (given browser MCP and recently the</i> Gemini 2.5 Computer Operator model<i>)</i><p>"Introducing the Gemini 2.5 Computer Use model" (October 2025)
<a href="https://blog.google/technology/google-deepmind/gemini-computer-use-model/" rel="nofollow">https://blog.google/technology/google-deepmind/gemini-comput...</a><p>Could this help with accessibility reviews?<p>"Lighthouse accessibility score"
<a href="https://developer.chrome.com/docs/lighthouse/accessibility/scoring" rel="nofollow">https://developer.chrome.com/docs/lighthouse/accessibility/s...</a><p>awesome-a11y > Tools: <a href="https://github.com/brunopulis/awesome-a11y/blob/main/topics/tools.md" rel="nofollow">https://github.com/brunopulis/awesome-a11y/blob/main/topics/...</a>
Good work! Needed this today
From <a href="https://modelcontextprotocol.io/docs/getting-started/intro" rel="nofollow">https://modelcontextprotocol.io/docs/getting-started/intro</a><p>> What can MCP enable? 1) Agents can access your Google Calendar and Notion, acting as a more personalized AI assistant. 2) Claude Code can generate an entire web app using a Figma design. 3) Enterprise chatbots can connect to multiple databases across an organization, empowering users to analyze data using chat. 4) AI models can create 3D designs on Blender and print them out using a 3D printer.<p>Sure 1 and 3 make sense if they mean "summarize" and not "analyze", 4 maybe, but 2... Oh I don't know where to begin other than to say that even really smart humans have a very hard time dealing with that task based on a figma doc. Wouldn't it make more sense to generate the figma doc if they're already that awful to begin with?
Why would I use that in place of asking the model to use an API? /s
[flagged]