Back to MCP Servers

Rustunnel

MCP server that lets AI agents create and manage public tunnels to local services (webhooks, dev servers, sharing) — six tools covering HTTP/TCP/UDP tunnels, custom subdomains, regions, and load-balanced pools. Pairs with the rustunnel CLI; managed cloud or self-hosted (AGPL).

developer-toolsrustaiagent

Installation

npx -y rustunnel

Configuration

{
  "mcpServers": {
    "rustunnel": {
      "command": "npx",
      "args": ["-y", "rustunnel"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub