Web Content Extract Mcp for Claude Desktop
io.github.varvararatta/web_content_extract_mcp
Web Content Extract Mcp connects AI agents to real public APIs via MCP. Tools include
client:Claude Desktop
transport:streamable-http
tools:5
Install Web Content Extract Mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"web_content_extract_mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://web-content-extract-mcp.mcpize.run/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