HomeMCP / ToolingGoogleが発表した新Web標準ドラフト――WebMCP。実際どうなの? IO Extendedで実装・登壇して分かったこと
Googleが発表した新Web標準ドラフト――WebMCP。実際どうなの? IO Extendedで実装・登壇して分かったこと

Googleが発表した新Web標準ドラフト――WebMCP。実際どうなの? IO Extendedで実装・登壇して分かったことGoogle's WebMCP draft standard enables websites to expose MCP servers directly…

AI要点サマリSummary highlight

GoogleがGoogle I/O 2026で提案したWebMCPは、ブラウザ上でMCPサーバーを直接公開できる新しいWeb標準ドラフトであり、著者はGDG主催のIO ExtendedハンズオンでWebMCPを実装・登壇し、その実態と課題を共有している。

Google's WebMCP draft standard enables websites to expose MCP servers directly in the browser; the author implemented and presented it at Google I/O Extended Osaka 2026, sharing practical findings on how the spec works and where it still falls short.

要約と収集メタデータをもとに生成した AI 解説本文です。元記事全文の転載・翻訳ではありません。This AI explainer is generated from the summaries and collected metadata, not from a reproduction or translation of the full source article.

GoogleがWeb標準の新しいドラフトとして提案した「WebMCP」は、ウェブサイトがブラウザ上で直接MCP(Model Context Protocol)サーバーを公開できるようにする仕組みだ。AIエージェントがウェブページの機能を呼び出す際の共通の入り口になり得るとして、開発者の間で注目を集めている。

前提となるMCPは、AIモデルやエージェントを外部のツール・データソースと接続するためのプロトコルで、もともとAnthropicが提唱した。近年は主要なAIベンダーが相次いで対応を進め、AIエージェント時代の共通インターフェースとして広がりつつある。ただし従来のMCPは、ローカルやリモートで動くサーバーをエージェント側から呼び出す構成が一般的だった。

WebMCPはこの発想をブラウザに持ち込み、ウェブサイト自身がMCPサーバーの役割を担う点に特徴がある。ページが提供する機能をツールとして定義しておけば、ブラウザ上のAIエージェントがそれを直接検出・実行できると見られる。ユーザーが開いているサイトの操作をエージェントに委ねやすくなる可能性があり、ウェブとAIの接続を一段と滑らかにすることが期待される。

今回この仕様を実際に検証したのは、GDG Greater Kwansaiに所属する開発者のtanahiro2010氏だ。同氏はGoogle I/O Extended Osaka 2026のハンズオン「WebMCPを作ってAIエージェントから呼び出してみよう!」で登壇し、WebMCPを実装してエージェントから呼び出すまでの過程を紹介。仕様がどのように動くのか、そして現時点で不足している点を共有した。Google I/O Extendedは各地のGDGが主催する地域イベントで、最新の発表を実際に手を動かして試す場として機能している。

もっとも、WebMCPはあくまでドラフト段階であり、仕様が今後変更される可能性は高い。ブラウザの実装状況やセキュリティ設計など、実運用に向けて解決すべき課題も残ると見られる。それでも、ウェブサイトとAIエージェントを橋渡しする標準化の試みとして、開発者コミュニティが早期に触れて知見を蓄える意義は小さくない。実装を通じて得られた具体的な知見が共有される点は、仕様の成熟を測るうえでも参考になりそうだ。

Google has put forward a new Web standard draft known as WebMCP, a specification that would let websites expose Model Context Protocol (MCP) servers directly inside the browser. The idea matters because it points toward a future in which AI agents can call the features of an ordinary web page through a standardized interface, rather than depending on separately hosted services or bespoke integrations. Because it is still a draft, the details are likely to change, but the direction signals how the web platform is beginning to treat AI agents as first-class consumers of web content.

To understand WebMCP, it helps to review the Model Context Protocol itself. MCP is an open standard, originally introduced by Anthropic, that defines how AI models and agents connect to external tools, data, and services. An MCP server advertises a set of capabilities—functions an agent can invoke, resources it can read, and so on—and an AI client discovers and calls them through a consistent protocol. In most existing deployments, MCP servers run as standalone processes or remote services that sit outside the browser.

WebMCP appears to reframe that model by bringing the server into the page. Instead of an agent connecting to an external endpoint, a website would be able to declare its own MCP server that lives in the browser context and exposes the page's functionality directly. In practice this could allow an agent operating alongside the user, such as an assistant built into the browser, to discover what a given site can do and to trigger those actions in a structured way. The approach aligns with a broader industry push to let agents act on the web more reliably than screen-scraping or simulated clicks typically allow.

The proposal was presented in connection with Google I/O 2026, the company's annual developer conference, where new web platform directions are frequently outlined. Following the main event, Google Developer Groups (GDG) chapters around the world host community-run I/O Extended gatherings that recap and expand on the announcements. It was at one of these, Google I/O Extended Osaka 2026, that a developer active under the handle tanahiro2010, a member of GDG Greater Kwansai, ran a hands-on session whose title translates roughly as "Let's build WebMCP and call it from an AI agent."

The session put the draft into practical use, walking participants through implementing a WebMCP-based server and invoking it from an AI agent. According to the author's account, the exercise offered a concrete look at how the specification behaves in real code, as well as where it still falls short. That framing is notable: rather than presenting WebMCP as a finished capability, the write-up treats it as an early-stage draft whose rough edges become visible only when you try to build something with it. Readers looking for a production-ready toolchain are likely to find gaps, missing pieces, and behavior that may shift as the specification matures.

For context, WebMCP sits within a fast-moving landscape of agent-oriented tooling. MCP has gained traction across the ecosystem since its debut, with a growing number of clients, servers, and directories, and several major AI vendors have signaled support for the protocol. At the same time, browser makers and AI companies have been experimenting with ways to let agents operate interfaces directly, from computer-use features to accessibility-tree-based automation. A browser-native way to publish MCP capabilities would fit naturally into that trend, potentially giving site owners more control over how their functionality is exposed to agents compared with approaches that infer intent from the rendered page.

Because WebMCP remains a draft, its scope, security model, and API surface are all subject to revision, and it is too early to say whether it will be adopted broadly or standardized in its current form. Questions around permissions, user consent, and how sites authenticate agent access will likely be central to its evolution. Developers considering an early look should also weigh the maintenance cost of building against a moving target, since interfaces that work today may need to be rewritten as the draft changes.

For those curious about where agent-web interaction is heading, hands-on reports like this one provide a grounded view of both the

  • 出典SourceQiita MCPコミュニティCommunity
  • 直近30件の平均重要度Avg importance, last 301=Info · 2=Medium · 3=High
  • 配信形式FormatブログBlog
  • 重要度Importance重要度 MediumMedium priority(MCP / Tooling 116件中、同等以上 116件)(116 of 116 MCP / Tooling entries are equal or higher)
  • 情報の寿命Half-life📘 中期 (チュートリアル)Medium-term (tutorial)
  • 原文言語Source languageJA
  • 収集日時Collected2026/08/03 06:42

本ページの本文と要約は AI による自動生成です。日本語版と英語版は言語ごとに独立して生成されるため、表現や詳しさが異なる場合があります。正確性は元記事 (qiita.com) をご確認ください。The body and summaries are AI-generated independently for each language, so wording and detail may differ. Verify accuracy at the original source (qiita.com).

🔗MCP / Tooling の他の記事More from MCP / Toolingもっと見る →View more →