Live Feed/Vercel/Fact Record
Vercel logo
Vercel
feature 92% Confidence Gate September 20, 2026

mcp-handler v2.2.0 Adds Experimental WebMCP Support for Browser-Based Agents

The mcp-handler library has been updated to version 2.2.0 to include experimental support for the WebMCP standard. This allows developers to expose existing MCP tools to in-browser agents via a single script tag.

Verified State Diff

Comparison Mode:
- Previous State
mcp-handler versions prior to 2.2.0 lacked native support for the WebMCP standard, requiring custom implementations to expose MCP tools to browser-based agents.
+ Verified New State
mcp-handler v2.2.0 provides native experimental support for WebMCP, enabling tool exposure via script tags and automated proxying of authenticated tool calls.

Impact & Verification Analysis

WHO IS AFFECTED

Developers building AI agents or applications that integrate MCP tools directly into web browsers.

WHY IT MATTERS

This update simplifies the integration of server-side MCP tools into browser environments by removing the requirement for complex client-side OAuth flows, significantly reducing development overhead for browser-based AI agents.

Full Fact Overview

The release of mcp-handler v2.2.0 introduces experimental support for WebMCP, a standard designed to bridge Model Context Protocol (MCP) tools with browser-based AI agents. Developers can now opt-in specific tools using the experimental_webMcp configuration object and load them into a webpage using a script tag with the ?webmcp-script parameter. This implementation proxies tool calls back to the MCP server as the authenticated user, effectively bypassing the need for client-side OAuth flows for authenticated tools.

Multi-Source Evidence Chain (1)

WebMCP support now available in mcp-handlerhttps://vercel.com/changelog
TRACKED ENTITY
Explore all historical Vercel changes
View Vercel Hub ➔