teztun-mcp
@asadullokhn/teztun-mcp
公式のTezTun MCPサーバーです。Claude Desktop / Claude Code / Cursor / Zed / Windsurf / その他Model Context Protocolクライアント向けの単一インストールnpmパッケージとして提供されます。
AIエディタからチャットを通じてTezTunインフラを管理できます:
「現在のWebhook URLは何?」 →
list_tunnels「demoというサブドメインを予約して」 →
reserve_subdomain「prod-docker用のサービス用トークンを発行して(有効期限なし)」 →
create_service_token「staging-ciトークンを取り消して」 →
revoke_service_token
インストールと設定
手動でインストールする必要はありません。MCPクライアントがnpx経由で実行します。お使いのクライアントを選択してください:
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) または %APPDATA%\Claude\claude_desktop_config.json (Windows) を編集します:
{
"mcpServers": {
"teztun": {
"command": "npx",
"args": ["-y", "@asadullokhn/teztun-mcp"],
"env": { "TEZTUN_TOKEN": "tzt_your-token-here" }
}
}
}Claude Code
claude mcp add --scope user teztun \
-e TEZTUN_TOKEN=tzt_your-token-here \
-- npx -y @asadullokhn/teztun-mcpCursor / Zed / Windsurf
各エディタにはMCP設定ファイル(~/.cursor/mcp.jsonなど)があります。ブロックの形式は上記のClaude Desktopの例と同じです。
Related MCP server: pipepie
サービス用トークンの取得
app.teztun.uzでサインアップし、サービス用トークンを発行してください。Maxプラン(年間10ドル)ではトークンの有効期限が切れないため、AIエディタでの利用に推奨されます。
パッケージの仕組み
このパッケージは軽量なランチャーです。以下の順序で実行を試みます:
TezTun CLI (
teztun) がインストールされている場合、teztun mcpを実行します。Dockerが利用可能な場合、
docker run --rm -i -e TEZTUN_TOKEN asadullokhn/teztun:latest mcpを実行します。それ以外の場合は、インストール手順を表示してエラー終了します。
バイナリのバンドルやインストール後の副作用はありません。MCPサーバー自体はteztun.uz/downloadから取得するGoバイナリ、またはDocker Hubのasadullokhn/teztunイメージです。
公開されているツール
ツール | 説明 |
| 現在のユーザー情報(プラン、ステータス) |
| アクティブなトンネルと公開URLの一覧 |
| 予約済みサブドメインの一覧 |
| 新しいサブドメインを予約(プラン制限あり) |
| 予約済みサブドメインを解放(破壊的操作) |
| Maxプランでのカスタムドメイン一覧 |
| ユーザーが発行したサービス用トークンの一覧 |
| トークンを発行 |
| サービス用トークンを取り消し(破壊的操作) |
リンク
製品サイト: https://teztun.uz
ダッシュボード: https://app.teztun.uz
APIリファレンス: https://teztun.uz/docs/api
Dockerイメージ: asadullokhn/teztun
サポート: support@teztun.uz
ライセンス
MIT。ランチャーのみ — 起動されるMCPサーバーバイナリは公式のTezTunクライアントです。
This server cannot be deployed
Maintenance
Related MCP Connectors
- QuallaaOAuthcom.quallaa
Talk to your public-facing AI from any MCP client — Claude, ChatGPT, Cursor, Cline, Windsurf.
Remote MCP server for supportsheep: run AI interviews and manage support content for your blog.
Zero-setup MCP gateway securely connecting AI to your tools with authentication and workflows
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceGive AI agents access to your localhost dev server. Zero-config tunnel that works with Claude Code, OpenClaw, and any MCP-compatible agent. No interstitial pages, no account required.-
- AlicenseAqualityCmaintenanceSelf-hosted webhook relay and tunnel with Noise NK encryption. Inspect requests, replay webhooks, trace AI pipelines, connect/disconnect tunnels — 13 MCP tools. No tokens or passwords needed.138AGPL 3.0
- AlicenseAqualityAmaintenanceMCP (Model Context Protocol) server for rustunnel. Lets AI agents (Claude Code, Cursor, Windsurf) create and manage public tunnels to local services from inside an agent session.6656AGPL 3.0
- AlicenseNot gradedqualityBmaintenanceUnifies local MCP servers into a single secure Cloudflare Tunnel endpoint, making them accessible to MCP clients like Notion and Claude. Supports HTTP/SSE/stdio servers, built-in file system tools, bearer authentication, and one-click Windows setup.MIT