link followability for Claude Desktop
com.handsofflinks/link-followability
Check if a link on a live page is followable: rel tokens, meta robots and X-Robots-Tag
client:Claude Desktop
transport:streamable-http
tools:1
Install link followability in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"link-followability": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://handsofflinks-mcp.lipmichal.workers.dev"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs