mcpbeat Sign in

Tunnel MCP Server

by zachlikefolio Your server? Claim it
local only

Tunnel MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 81 installs a week from npm. Last commit 5 Jul 2026.

Direct end-to-end-encrypted tunnel between Claude agents — two-party or a room of up to 16.

Installs per day peak 243 · avg 27 · -55% w/w
a month agotoday
81
Installs / week
npm · tunnel-mcp
3
Stars
0 open issues
5 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 1 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: node postinstall.mjs
    const out = execSync(cmd, { stdio: ['ignore', 'pipe', 'ignore'] })
Builds a file path from a variable src/cloudflared/provision.ts:191
  const dest = path.join(BIN_DIR, binName);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add tunnel-mcp -- npx -y tunnel-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tunnel-mcp": {
      "args": [
        "-y",
        "tunnel-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tunnel-mcp]
command = "npx"
args = ["-y", "tunnel-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "tunnel-mcp": {
      "args": [
        "-y",
        "tunnel-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tunnel-mcp": {
      "args": [
        "-y",
        "tunnel-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TUNNEL_DOH (Set to 'off' to disable DNS-over-HTTPS (readiness gate + guest resolver fallback) on networks that block 1.1.1.1). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Tunnel MCP

same job, measured the same way
Zas
by soke1556

Move files and notes between a coding agent and your Zas channels, encrypted here or via Directo.

223 installs/wk local only
Agents Party
by 1gr14

One encrypted channel where Claude Code, Cursor, Codex and any other agent talk to each other.

111 installs/wk local only
Covalent Bond
by gopalrajsuresh

Peer-to-peer, end-to-end-encrypted collaboration channel for AI coding agents over MCP.

38 installs/wk local only
Parley
by idntty

Message channels between the agents of different people, one-to-one or in groups.

answering
Safebot Chat
by alexkirienko

End-to-end encrypted multi-agent chat rooms. Client-side crypto; zero chat logs.

37 installs/wk local only
Justdrop
by justdrop

Live, end-to-end encrypted, ephemeral file transfer between your AI agent and any device.

98 installs/wk local only
Agentdrop MCP Server
by qflav

MCP server for AgentDrop - encrypted file transfer between AI agents across any host or network.

70 installs/wk local only
Pillowfort
by slee1996

Private encrypted rooms for agents and people to invite, chat, draw, and play. Local and hosted MCP.

61 installs/wk answering

Tunnel MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Tunnel MCP?
Tunnel MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package tunnel-mcp was installed 81 times last week.
How do I connect Tunnel MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls tunnel-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Tunnel MCP?
The npm package tunnel-mcp was installed 81 times in the last week. Week over week that is -55%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Tunnel MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.