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).
Run
npx -y @asadullokhn/teztun-mcp
MCP client config
{
"mcpServers": {
"teztun-mcp": {
"command": "npx",
"args": [
"-y",
"@asadullokhn/teztun-mcp"
]
}
}
}