WyndPath Web Data for Claude Desktop
com.wyndpath/web-data-extraction
Fetch and extract data from any public web page, even JS-rendered or anti-bot protected
client:Claude Desktop
transport:streamable-http
Install WyndPath Web Data in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"web-data-extraction": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.wyndpath.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