Web Extension for saving a faithful copy of a complete web page in a single HTML file
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"SingleFile": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-SingleFile"
]
}
}
}