Odel
teztun mcp

teztun mcp

Local
@asadullokhnJavaScriptMITUpdated 4mo ago

Manage TezTun tunnels, subdomains, and service tokens from any MCP-compatible AI client.

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@asadullokhn/teztun-mcpv1.0.1

Run

npx -y @asadullokhn/teztun-mcp

MCP client config

{
  "mcpServers": {
    "teztun-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@asadullokhn/teztun-mcp"
      ]
    }
  }
}