Global
Freeby MCP Community
W3C Web Model Context API polyfill - Let AI agents like Claude, ChatGPT, and Gemini interact with your website via navigator.modelContext
v2.2.0Added Apr 12, 2026
mcpmodel-context-protocolweb-model-contextnavigator-modelcontextw3c
Global MCP Server
W3C Web Model Context API polyfill - Let AI agents like Claude, ChatGPT, and Gemini interact with your website via navigator.modelContext
Installation
Reviews
Installation
Quick install
npx -y @mcp-b/global
Add to claude_desktop_config.json
{
"mcpServers": {
"global": {
"command": "npx",
"args": ["-y", "@mcp-b/global"]
}
}
}