> ## Documentation Index
> Fetch the complete documentation index at: https://nango-wari-integration-config-credentials-api.mintlify.site/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-wari-integration-config-credentials-api/XcaZg-Dx24McUR0U/api-integrations/cloudflare-mcp/hostname.png?fit=max&auto=format&n=XcaZg-Dx24McUR0U&q=85&s=ff0cc756f3fc2144e555f992df75b891" 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-wari-integration-config-credentials-api/XcaZg-Dx24McUR0U/api-integrations/cloudflare-mcp/form.png?fit=max&auto=format&n=XcaZg-Dx24McUR0U&q=85&s=1653b5877df7bda4603af330449a081e" 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.
