Skip to content
Claude Desktop

unlocalhost for Claude Desktop

io.github.info-arnav/unlocalhost

Deploy localhost to a private, authenticated link from your AI coding agent.

client:Claude Desktop transport:stdio runtime:npm

Install unlocalhost in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "unlocalhost": {
      "command": "npx",
      "args": [
        "-y",
        "@unlocalhost/unlocalhost"
      ],
      "env": {
        "UNLOCALHOST_URL": "<UNLOCALHOST_URL>",
        "UNLOCALHOST_TOKEN": "<UNLOCALHOST_TOKEN>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

unlocalhost in other clients