teztun-mcp
@asadullokhn/teztun-mcp
Claude Desktop / Claude Code / Cursor / Zed / Windsurf / 모든 Model Context Protocol 클라이언트를 위한 단일 설치 npm 패키지 형태의 공식 TezTun MCP 서버입니다.
AI 에디터가 채팅을 통해 TezTun 인프라를 관리할 수 있게 해줍니다:
"현재 웹훅 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://app.teztun.uz
API 참조: https://teztun.uz/docs/api
Docker 이미지: asadullokhn/teztun
라이선스
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