markfetch for Claude Desktop
pro.adorellc/markfetch
Any web page as clean Markdown for agents. Hosted, no install. Free tier; Pro adds JS rendering.
client:Claude Desktop
transport:streamable-http
tools:1
Install markfetch in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"markfetch": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://markfetch.adorellc.pro/api/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