Cloudflare Tunnel Connector for AI agents.
17 live capabilities
Manage your Zero Trust network and private routing from your terminal.
Waiting for input…
Why people use Cloudflare Tunnel
Cloudflare Tunnel for Zero Trust Network Management
This Connector changes the flow. You just tell your AI client to create a new tunnel or update an ingress rule, and it happens in one step. You get your work done in the same window where you're already coding or planning your network architecture.
What Vinkius changes
You get a conversational interface for your entire Cloudflare Zero Trust network.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Fixing a disconnected service
A deployment fails because a new service isn't reachable.
- Real-world use case 02
Security compliance auditing
A security audit requires a list of all active entry points.
- Real-world use case 03
Decommissioning legacy infrastructure
A legacy tunnel is still active and creating a security risk.
Complete set · 17capabilities
The complete Cloudflare Tunnel capability set.
These are the exact actions your AI can choose when you ask it to work with Cloudflare Tunnel.
01—04
4 capabilities in this set.
Part of 17 available through Cloudflare Tunnel.
- 01 Capability
Cleanup connections
Removes Cloudflare Tunnel connectors from your account. Use this to clear out old sessions or reset your connection list.
- 02 Capability
Create route
Creates a new tunnel route for your private network. This helps you map specific internal resources to your tunnel.
- 03 Capability
Create tunnel
Generates a new Cloudflare Tunnel. Use this to set up new entry points for your private infrastructure.
- 04 Capability
Delete route
Removes a specific tunnel route. This is useful for decommissioning old network paths.
05—08
4 capabilities in this set.
Part of 17 available through Cloudflare Tunnel.
- 05 Capability
Delete tunnel
Deletes a Cloudflare Tunnel from your account. Use this when you no longer need a specific connection.
- 06 Capability
Get configuration
Fetches the configuration for a remotely-managed tunnel. It lets you see exactly how a tunnel is currently set up.
- 07 Capability
Get connector
Retrieves detailed information about a specific Cloudflare Tunnel connector. Use this to troubleshoot connection issues.
- 08 Capability
Get management token
Gets a Cloudflare Tunnel management token. You'll need this token to run and manage your connectors.
09—11
3 capabilities in this set.
Part of 17 available through Cloudflare Tunnel.
- 09 Capability
Get route by ip
Finds a specific tunnel route based on an IP address. This helps identify which tunnel is handling specific traffic.
- 10 Capability
Get tunnel token
Retrieves the token needed to run a Cloudflare Tunnel connector. This is a key step in deploying your tunnel infrastructure.
- 11 Capability
Get tunnel
Fetches all the details for a single Cloudflare Tunnel. Use this to check the status and metadata of a specific connection.
12—14
3 capabilities in this set.
Part of 17 available through Cloudflare Tunnel.
- 12 Capability
List connections
Shows all active Cloudflare Tunnel connections. It's the fastest way to see what's currently connected to your network.
- 13 Capability
List routes
Lists all current tunnel routes. Use this to get a bird's eye view of your private network routing.
- 14 Capability
List tunnels
Lists and filters all tunnels in your account. You can quickly find specific tunnels by their status or name.
15—17
3 capabilities in this set.
Part of 17 available through Cloudflare Tunnel.
- 15 Capability
Put configuration
Adds or updates the configuration for a remotely-managed tunnel. Use this to change ingress rules or other settings on the fly.
- 16 Capability
Update route
Modifies an existing tunnel route. This is how you change where traffic is being routed without creating a new path.
- 17 Capability
Update tunnel
Updates the settings for an existing Cloudflare Tunnel. Use this to change names, secrets, or other metadata.
Set up in minutes
One URL. Then ask Cloudflare Tunnel to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Cloudflare Tunnel from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_hT7kuznY9UnZpXYZT9IsTzVtPYMm0Ja2T7OuWTJd/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Cloudflare Tunnel, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Cloudflare Tunnel for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_hT7kuznY9UnZpXYZT9IsTzVtPYMm0Ja2T7OuWTJd/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Cloudflare Tunnel URL.
- Step 03
Save and start
Save the connection and enable Cloudflare Tunnel in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"cloudflare-tunnel": {
"url": "https://edge.vinkius.com/vk_preview_hT7kuznY9UnZpXYZT9IsTzVtPYMm0Ja2T7OuWTJd/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Cloudflare Tunnel
Open Agent mode in chat and ask: "Using Cloudflare Tunnel, help me...". 17 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"cloudflare-tunnel": {
"url": "https://edge.vinkius.com/vk_preview_hT7kuznY9UnZpXYZT9IsTzVtPYMm0Ja2T7OuWTJd/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Cloudflare Tunnel
Ask Copilot: "Using Cloudflare Tunnel, help me...". 17 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"cloudflare-tunnel": {
"url": "https://edge.vinkius.com/vk_preview_hT7kuznY9UnZpXYZT9IsTzVtPYMm0Ja2T7OuWTJd/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Cloudflare Tunnel
Open Cascade and ask: "Using Cloudflare Tunnel, help me...". 17 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"cloudflare-tunnel": {
"url": "https://edge.vinkius.com/vk_preview_hT7kuznY9UnZpXYZT9IsTzVtPYMm0Ja2T7OuWTJd/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Cloudflare Tunnel
Ask Cline: "Using Cloudflare Tunnel, help me...". 17 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add cloudflare-tunnel --transport http "https://edge.vinkius.com/vk_preview_hT7kuznY9UnZpXYZT9IsTzVtPYMm0Ja2T7OuWTJd/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Cloudflare Tunnel
Ask Claude: "Using Cloudflare Tunnel, show me...". 17 tools are ready
Where the request belongs
Work Cloudflare Tunnel can move forward.
This is for the DevOps engineer who's tired of clicking through the Cloudflare dashboard at 2am to fix a broken tunnel. It's for security leads who need to audit network routes quickly and sysadmins who manage hundreds of remote connections.
DevOps Engineer
Updates ingress rules and creates new tunnels during high-pressure deployments.
Security Administrator
Audits active tunnels and network routes to ensure compliance with Zero Trust policies.
Site Reliability Engineer
Monitors connector health and cleans up stale sessions to maintain high availability.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsNetBird
Automate Zero Trust networking via NetBird. manage accounts, users, and access controls directly from any AI agent.
zrok (Open-Source Tunnel)
Securely share local resources with the world using zrok. manage environments, create public/private shares, and monitor tunnels directly from your AI agent.
ngrok
Manage ngrok ingress infrastructure. list endpoints, API keys, reserved domains, and security policies directly from your AI agent.
Cloudflare
Manage DNS, Workers, KV, Pages and firewall via Cloudflare. audit records, deploy config and inspect CDN analytics from any AI agent.
ZeroTier
Manage ZeroTier virtual networks, authorize members, and monitor local node status directly from your AI agent.
Tailscale
Manage your Tailscale mesh network. list devices, update ACL policies, manage auth keys, and inspect users directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Cloudflare Tunnel connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Cloudflare Tunnel.
The practical details behind the request, access and result.
Can I use the Cloudflare Tunnel MCP to manage my private network routes?
Yes, you can manage your private network routes directly. You can add or remove CIDR blocks and update how your internal resources are connected to your tunnel without manual dashboard entries.
How does the Cloudflare Tunnel MCP help with security audits?
It allows you to quickly list all active tunnels and connections. You can ask your agent to audit your network routes or find specific tunnels by IP to ensure your Zero Trust policies are being followed.
Can the Cloudflare Tunnel MCP help me troubleshoot connection issues?
Definitely. You can use it to fetch detailed connector information or check the status of specific tunnels to see if they're healthy, degraded, or down.
Does the Cloudflare Tunnel MCP support updating ingress rules?
Yes, you can update or add configuration for remotely-managed tunnels. This means you can change your traffic routing rules through a natural conversation with your agent.
Is the Cloudflare Tunnel MCP good for managing many remote connectors?
It's ideal for that. You can list all connections, fetch management tokens for new ones, and even clean up stale sessions to keep your network architecture organized.
Can I update the ingress rules for a remotely managed tunnel?
Yes. Use the put_configuration capability to update the ingress rules and origin request settings for any tunnel that is configured for remote management.
How do I check if my tunnels are currently online?
You can use list_tunnels with the status parameter set to 'healthy' to see active tunnels, or use get_tunnel with a specific ID to see its current operational state.
Can I manage private network routes through this integration?
Yes. The server includes capabilities like list_routes, create_route, and delete_route to manage your Cloudflare Tunnel network routing (WARP-to-Tunnel).
One connection away
Give your agent a direct line to Cloudflare Tunnel.
Connect Cloudflare Tunnel once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available