Google Chrome Launches WebMCP for AI Integration with Websites
TL;DR
Google Chrome has recently launched <a href="https://developer.chrome.com/blog/webmcp-epp"><u>WebMCP</u></a> (Web Model Context Protocol) in a preview within
Google Chrome has recently launched the WebMCP (Web Model Context Protocol) in a preview in version 146 Canary. The technology, developed in partnership with Microsoft, enables websites to expose structured tools and calls directly to AI agents. This transforms the interaction between AI and the web, predicting more efficient access.
The impact for tech teams is significant. Instead of maintaining dedicated MCP (Model Context Protocol) servers, developers will be able to use existing JavaScript logic and wrap it in agent-readable tools. This will avoid complete restructures of web applications.
Current Challenges of AI Agents
The current methods of interaction between AI agents and websites present high costs and reliability issues. The two main methods - screen capture and DOM (Document Object Model) analysis - are inefficient, creating budget challenges for companies.
When an agent uses screenshots, it needs to interpret images, which consumes not only tokens (cost processing units of AI), but also takes time due to latency. In DOM analysis, the agent processes HTML and JavaScript, which may not be relevant to the task context, increasing costs and complexity.
These methods require multiple interactions from the agent to perform simple tasks like product searches, making the process time-consuming and expensive.
How WebMCP Works
WebMCP features two complementary APIs connecting websites and AI agents: the Declarative API and the Imperative API.
The Declarative API allows standard actions to be defined in existing HTML forms. For websites with structured forms, this requires little additional work. Developers can add tool names and descriptions directly to the forms.
The Imperative API handles more complex interactions that require execution in JavaScript. Here, developers can expose functions like searchProducts(query, filters) using the function registerTool(). This replaces multiple interactions with a structured call.
Relevance for Businesses
For IT decision-makers, WebMCP addresses three main challenges: cost reduction, reliability, and development agility.
The cost reduction is clear, as it eliminates unnecessary calls and processing costs. Reliability is improved since the agent does not need to guess the page structure; the published functions ensure secure interactions. Additionally, development agility increases as teams can use existing JavaScript without needing to create separate infrastructure.
Human-Agent Cooperation Focus
Unlike other paradigms of autonomous agents, WebMCP is designed for collaborative interactions between humans and AI. Thus, the interactions are supervised and not entirely autonomous.
According to Khushal Sagar, a software engineer at Chrome, WebMCP is founded on three pillars: context, which provides relevant data to the agent; capabilities, which detail actions the agent can perform; and coordination, which governs the transfer between user and agent.
WebMCP: A Complementary Tool
WebMCP does not replace the existing MCP but complements its functionality. While MCP connects AI platforms to services, WebMCP operates entirely on the client side.
This relationship allows businesses to utilize both protocols depending on their interactions: MCP for interface-less automation and WebMCP for interactions with user presence.
Next Steps for WebMCP
Currently, WebMCP is available in Chrome 146 Canary, accessible through an experimental setting. The Chrome preview program provides access to documentation.
While other browsers have yet to announce implementation timelines, official announcements are expected by 2026 when the proposal will transition from community incubation to a formal draft at W3C.
If Sagar's vision materializes, WebMCP could become the "USB-C" of interactions between AI agents and the web, standardizing communication and replacing outdated and fragile methods.
Content selected and edited with AI assistance. Original sources referenced above.


