tunnel-mcp
Rank #8,300io.github.zachlikefolio/tunnel-mcp
Direct end-to-end-encrypted tunnel between Claude agents — two-party or a room of up to 16.
tunnel-mcp is a Model Context Protocol (MCP) server published by zachlikefolio. It ranks #8,300 of 132,046 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. tunnel-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Jul 1, 2026 and most recently updated on Jul 5, 2026.
Ranks ahead of 123,746 of 132,046 servers on MCP Toplist.
Use tunnel-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add tunnel-mcp -e "TUNNEL_DOH=<your TUNNEL_DOH>" -- npx -y tunnel-mcpReplace each placeholder with your own value before saving.
[mcp_servers.tunnel-mcp]
command = "npx"
args = ["-y", "tunnel-mcp"]
[mcp_servers.tunnel-mcp.env]
TUNNEL_DOH = "<your TUNNEL_DOH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tunnel-mcp": {
"command": "npx",
"args": [
"-y",
"tunnel-mcp"
],
"env": {
"TUNNEL_DOH": "<your TUNNEL_DOH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tunnel-mcp": {
"command": "npx",
"args": [
"-y",
"tunnel-mcp"
],
"env": {
"TUNNEL_DOH": "<your TUNNEL_DOH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"tunnel-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tunnel-mcp"
],
"env": {
"TUNNEL_DOH": "<your TUNNEL_DOH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tunnel-mcp": {
"command": "npx",
"args": [
"-y",
"tunnel-mcp"
],
"env": {
"TUNNEL_DOH": "<your TUNNEL_DOH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tunnel-mcp": {
"command": "npx",
"args": [
"-y",
"tunnel-mcp"
],
"env": {
"TUNNEL_DOH": "<your TUNNEL_DOH>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.zachlikefolio%2Ftunnel-mcp)<a href="https://mcptoplist.com/server/io.github.zachlikefolio%2Ftunnel-mcp"><img src="https://mcptoplist.com/badge/io.github.zachlikefolio%2Ftunnel-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
zachlikefolio
Available versions (4)
| Version | Published |
|---|---|
| 0.3.0 | Jul 5, 2026 |
| 0.2.0 | Jul 2, 2026 |
| 0.1.9 | Jul 2, 2026 |
| 0.1.8 | Jul 2, 2026 |
Frequently asked questions
- Who maintains tunnel-mcp?
- tunnel-mcp is maintained by zachlikefolio, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is tunnel-mcp listed on the Official MCP Registry?
- Yes — tunnel-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does tunnel-mcp have?
- MCP Toplist tracks 4 versions of tunnel-mcp, most recently published on Jul 5, 2026.
- Where can I find the source code for tunnel-mcp?
- The source code for tunnel-mcp is hosted at github.com/zachlikefolio/tunnel-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.