Odel
unlocalhost

unlocalhost

Local
@info-arnav3TypeScriptMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@unlocalhost/unlocalhostv0.1.1

Run

npx -y @unlocalhost/unlocalhost

MCP client config

{
  "mcpServers": {
    "unlocalhost": {
      "command": "npx",
      "args": [
        "-y",
        "@unlocalhost/unlocalhost"
      ]
    }
  }
}