Webmcp Types
Freeby MCP Community
Strict TypeScript type definitions for the WebMCP core API (navigator.modelContext)
v2.2.0Added Apr 12, 2026
webmcpmodel-contextnavigator-modelcontexttypestypescript
Webmcp Types MCP Server
Strict TypeScript type definitions for the WebMCP core API (navigator.modelContext)
Installation
Reviews
Installation
Quick install
npx -y @mcp-b/webmcp-types
Add to claude_desktop_config.json
{
"mcpServers": {
"webmcp-types": {
"command": "npx",
"args": ["-y", "@mcp-b/webmcp-types"]
}
}
}