anybrowse for Claude Desktop
io.github.kc23go/anybrowse
Converts any URL to clean, LLM-ready Markdown using real Chrome browsers
client:Claude Desktop
transport:streamable-http
Install anybrowse in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"anybrowse": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://anybrowse.dev/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