zrok (Open-Source Tunnel)

zrok (Open-Source Tunnel) MCP Connector for Claude

A+

Securely share local resources with the world using zrok — manage environments, create public/private shares, and monitor tunnels directly from your AI agent.

10 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your zrok account to any AI agent to orchestrate secure tunnels and sharing workflows through natural language. zrok is an open-source sharing platform built on OpenZiti.

What you can do

  • Environment Control — Enable or disable environments to register your machines and containers with the zrok controller.
  • Instant Sharing — Create public or private shares for your local services (HTTP, TCP, UDP) with a single command.
  • Tunnel Management — List all active shares, retrieve specific share details, and delete tunnels when they are no longer needed.
  • Account Overview — Monitor your account status, usage limits, and active environments to maintain full visibility.

How it works

  1. Subscribe to this server
  2. Enter your zrok Account Token
  3. Start exposing local services securely from Claude, Cursor, or any MCP client

No more manual CLI commands to check if your tunnel is still up. Your AI acts as a network administrator.

Who is this for?

  • Developers — instantly expose local dev servers for testing or webhooks without complex firewall rules.
  • DevOps Engineers — manage and monitor remote environments and shares across multiple machines.
  • Security Teams — utilize private sharing modes to grant access to internal resources securely.
tunnelingreverse-proxyopen-sourcenetwork-securityremote-access

10 tools expose this connector's capabilities to your AI agent.

get_account

Get account details and limits

create_share

). Create a new share (public or private)

delete_share

Delete a share

disable_environment

Disable an environment

enable_environment

Enable a new environment

get_share

Get details for a specific share

list_environments

List all enabled environments

list_shares

List all active shares

login_account

Authenticate and receive a token

register_account

Register a new zrok account

See how to talk to your AI agent using zrok (Open-Source Tunnel).

List all the environments enabled on my zrok account.

I've retrieved your environments. You have 2 active environments: 'MacBook-Pro-Local' (Token: env_abc123) and 'Ubuntu-Server-Prod' (Token: env_xyz789).

Create a public proxy share for my local port 8000.

Creating share... Done! Your local service at http://localhost:8000 is now publicly accessible at https://random-name.share.zrok.io. The share token is 'sh_98765'.

Check my zrok account status and limits.

Fetching account details... Your account is active. You are currently using 3 out of 10 allowed environments and 5 out of 20 allowed shares. Your data transfer for this period is at 15%.

Use the `create_share` tool. Specify the `backend` (e.g., http://localhost:8080), set `share_mode` to 'public', and `backend_mode` to 'proxy'. The agent will return the public URL.

Related Connectors