記事の概要
WebKit has introduced the Safari Model Context Protocol (MCP) server for web developers.
- The MCP is a protocol co-developed by Apple and Anthropic, enabling AI assistants and large language models to securely access current and relevant information directly from a user's browser.
- Safari will implement an MCP server, allowing AI clients such as Claude Desktop to connect and request browsing context with user consent.
- Web developers can control what information their websites share through HTTP response headers and meta tags, using directives like `model-context-allow`, `model-context-block`, and `model-context-restrict`.
- This server prioritizes user privacy and control, allowing users to grant or deny AI access to web content and providing granular developer policies for data sharing.