Refetch for Claude Desktop
io.github.lowenbjer/refetch
Fetch pages as markdown, search web and news, extract structured data. For AI agents.
client:Claude Desktop
transport:streamable-http
Install Refetch in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"refetch": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://refetch.cloud/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