WebMCP Eval for Claude Desktop
com.webmcp-eval/webmcp-eval
Evaluate one public URL for WebMCP readiness: intent, tools observed, recommended, do-not-expose.
client:Claude Desktop
transport:streamable-http
Install WebMCP Eval in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"webmcp-eval": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.webmcp-eval.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs