plugins marketplace
← All plugins

mcp-tunnels

Connect Claude to a private MCP server through an Anthropic MCP tunnel. Drives the Docker Compose quickstart end to end: certificates, proxy config, cloudflared, and a verifiable sample server.

Claude Code

by Anthropic33.3kupdated 40 minutes ago

Source

git clone https://github.com/anthropics/claude-plugins-official

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/mcp-tunnels/ inside the repository.

Layout

plugins/mcp-tunnels/
└── .claude-plugin/plugin.json

Manifests1

plugins/mcp-tunnels/.claude-plugin/plugin.json
{
  "name": "mcp-tunnels",
  "description": "Connect Claude to a private MCP server through an Anthropic MCP tunnel. Drives the Docker Compose quickstart end to end: certificates, proxy config, cloudflared, and a verifiable sample server.",
  "author": {
    "name": "Anthropic",
    "email": "support@anthropic.com"
  }
}