All articles
ExplainerJuly 14, 20264 min read

WebMCP Browser Support: Chrome Origin Trial, Polyfill, and What Works Today

Native WebMCPis running as a public origin trial in Chrome 149 through 156. Every other browser is covered by the WebMCP polyfill. Here's the full picture.

Native support: Chrome and Edge, origin trial

Google shipped document.modelContextas a public origin trial starting in Chrome 149 (May 2026), running through Chrome 156. Edge follows Chromium's release schedule and runs the same trial.

In these browsers, WebMCP is a first-class browser API that needs no JavaScript shim or workaround. AI agents that understand WebMCP can query it directly from the browser's own API surface.

The WebMCP polyfill

For every other browser, the WebMCP polyfill (maintained by mcp-b) implements the same document.modelContextAPI in JavaScript. It works by injecting the API surface into the page environment, so AI agents that are aware of WebMCP query the same path regardless of whether it's native or polyfilled.

Aigentably loads the polyfill automatically as part of its snippet. You don't configure anything, and your tools work in every modern browser on day one.

Browser compatibility table

BrowserNativeVia polyfillNotes
Chrome 149-156✓ Origin trialPublic origin trial
Edge 149-156✓ Origin trialFollows Chromium release
Chrome < 149Polyfill auto-loaded
Firefox (all)No timeline announced
Safari (all)No timeline announced
BraveChromium-based, polyfill works
OperaChromium-based, polyfill works

Firefox and Safari

Mozilla and Apple have not announced implementation timelines for WebMCP. The W3C Web Machine Learning Community Group draft is a joint Google/Microsoft submission. Firefox and Safari have expressed interest but not committed.

This doesn't affect your site. The polyfill covers both. When/if native support ships for those browsers, it will be a transparent upgrade: the tool registration code is identical regardless of implementation layer.

What this means for AI agents

AI agent integration with WebMCP depends on the agent, not just the browser. Claude, ChatGPT, and Gemini each have their own integration timelines for querying document.modelContext. Chrome running the native origin trial accelerates this: it's a signal to agent developers that WebMCP is worth building on.

For your site: registering tools now means you're ready when agents query for them. There's no cost to being early.

Related

Add WebMCP to your site in 30 seconds

Works in every browser today. One script tag, no backend changes.

Get started free