mcp-tunnels
NewConnect Claude to a private MCP server through an Anthropic MCP tunnel. The /create-docker-mcp-tunnel command drives the Docker Compose quickstart end to end: certificates, proxy config, cloudflared, and a verifiable sample server.
Summary
This skill enables Claude to connect to a private MCP server through an Anthropic MCP tunnel, simplifying secure remote access.
- It automates the Docker Compose quickstart for setting up certificates, proxy configuration, cloudflared tunneling, and a verifiable sample server, making it easy for developers to expose local MCP servers to Claude.
Install & Usage
~/.claude.jsonAdd the configuration to "mcpServers": { "mcp-tunnels": { "command": "...", "args": [] } }
/mcpUse Cases
Usage Examples
/create-docker-mcp-tunnel
Set up an MCP tunnel for my local server using the Docker Compose quickstart.
Verify that my MCP server is reachable through the tunnel.
Security Audits
Frequently Asked Questions
What is mcp-tunnels?
This skill enables Claude to connect to a private MCP server through an Anthropic MCP tunnel, simplifying secure remote access. It automates the Docker Compose quickstart for setting up certificates, proxy configuration, cloudflared tunneling, and a verifiable sample server, making it easy for developers to expose local MCP servers to Claude.
How to install mcp-tunnels?
To install mcp-tunnels: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "mcp-tunnels": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.
What is mcp-tunnels best for?
mcp-tunnels is a mcp categorized under Development. It is designed for: mcp. Created by Anthropic.
What can I use mcp-tunnels for?
mcp-tunnels is useful for: Set up a secure tunnel from a local MCP server to Claude using Docker Compose and cloudflared.; Automate certificate generation and proxy configuration for an MCP tunnel.; Verify that a private MCP server is accessible through an Anthropic MCP tunnel.; Quickly deploy a sample MCP server behind a tunnel for testing and development.; Integrate a private MCP server with Claude without exposing it to the public internet.; Troubleshoot tunnel connectivity issues by running the full Docker Compose quickstart end to end..