> ## Documentation Index
> Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Cloudflare (MCP) - How do I link my account?

# Overview

To connect to a Cloudflare Worker MCP server, you will need:

1. **Worker URL** — the full `https://` URL of your deployed Cloudflare Worker MCP server.

This guide will walk you through finding your worker URL and authorizing access.

### Prerequisites

* A deployed Cloudflare Worker MCP server. See [Cloudflare's guide](https://developers.cloudflare.com/agents/guides/remote-mcp-server/) for how to build and deploy one.
* Your worker's OAuth authorization server must allow the Nango callback URL as a redirect URI:
  * **Production:** `https://api.nango.dev/oauth/callback`
* Your worker's OAuth authorization server must support the `offline_access` scope. Enable it in your OAuth provider settings to allow Nango to obtain a refresh token and keep the connection alive without re-authenticating.

### Instructions

<a id="step-1-finding-your-worker-url" />

#### Step 1: Finding your worker URL

1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com).
2. Go to **Build** > **Compute** > **Workers & Pages** in the left sidebar.
3. Click on your Worker.
4. Your worker URL is shown under **Overview** — it follows the format `https://<worker-name>.<your-subdomain>.workers.dev`.

<img src="https://mintcdn.com/nango/KmGH4pVQ1BjZhx65/api-integrations/cloudflare-mcp/hostname.png?fit=max&auto=format&n=KmGH4pVQ1BjZhx65&q=85&s=4267d240e5c5a12317a98ac7aba3b11c" style={{maxWidth: "450px" }} width="1917" height="507" data-path="api-integrations/cloudflare-mcp/hostname.png" />

#### Step 2: Authorize in the Connect UI

1. Open the form where you need to connect your Cloudflare Worker MCP server.
2. Enter the full **Worker URL** in the respective field.
3. Submit the form, and you should be successfully authenticated.

<img src="https://mintcdn.com/nango/KmGH4pVQ1BjZhx65/api-integrations/cloudflare-mcp/form.png?fit=max&auto=format&n=KmGH4pVQ1BjZhx65&q=85&s=cc79e0fd42a5e85f38d091e235284543" style={{maxWidth: "450px" }} width="501" height="699" data-path="api-integrations/cloudflare-mcp/form.png" />

You are now connected to your Cloudflare Worker MCP server.
