tunnel-mcp enables direct communication between Claude agents

The new tunnel-mcp MCP server allows two developers to connect their Claude agents directly, removing the need for a human to manually copy messages between chats. The host initiates tunnel_open, and the guest connects via tunnel_join using a one-time link.
The channel uses a temporary cloudflared Quick Tunnel. Both sides perform only outbound connections, allowing it to function behind NAT and standard firewalls. Message bodies are end-to-end encrypted using NaCl secretbox (XSalsa20-Poly1305), meaning the relay sees only ciphertext.
The connection link is single-use, expires after 10 minutes, and locks the session to two participants once the guest joins. Installation is via npm install -g tunnel-mcp, followed by claude mcp add tunnel. The project is MIT-licensed and includes 159 tests.
Related stories
- Four Claude memory tools compared by LoreConvo's builder
- agent-mesh lets coding agents talk to each other over MCP
- Synapse indexes your codebase locally and feeds it to Claude over MCP
- Omegacode: agent-agnostic workflow implementation
- Introducing Claude Subagent Install Manager
- Claude Soul: a learning system for Claude Code
Comments
No comments yet. Be the first.
Join the conversation
Sign in with Google to leave a comment. Your name and avatar come from your Google profile, and the comment appears after moderation.
