Arlet
Cloudflare

Connect Cloudflare to Gemini Enterprise

Search, read and write Cloudflare from Gemini Enterprise. Arlet links the two through one MCP connection and takes care of keys and authentication.

Arlet makes Cloudflare's official MCP server (Code Mode) available from the AI client you already use. Signing in and choosing the permissions to grant completes the connection.

This server covers the whole Cloudflare API. The AI first searches the API specification and docs to find the right endpoint, then calls it, which lets it operate DNS, Workers, R2, D1, KV and more within the permissions you granted.

How to connect Cloudflare to Gemini Enterprise

  1. 1

    In the Arlet dashboard, open Integrations β†’ Add an integration and choose Cloudflare. Sign in with Link Cloudflare, name the connection and click Create.

  2. 2

    Sign in to Gemini Enterprise with your organization Google account and open the gear icon at the bottom left β†’ Connectors β†’ Add MCP Server.

  3. 3

    In the MCP info tab, enter https://mcp.arlet.dev/mcp/ as the Server URL and "Arlet" as the Name. In the Auth tab, enter the OAuth settings from the Arlet docs (Authorization URL / Token URL / Client ID / Client Secret / Scopes) and click Add.

  4. 4

    In the connector list on the chat screen, click Connect on Arlet, sign in with Google and authorize. Arlet can then be enabled with the toggle.

Adding custom connectors (MCP) requires a Gemini Enterprise subscription and is not available in the consumer Gemini app. See the docs for the values to enter in the Auth tab.

What you can do

Cloudflare tools that Gemini Enterprise can call.

  • docs

    Search Cloudflare's developer documentation.

  • search

    Query the Cloudflare API specification with JavaScript to find endpoints.

  • execute

    Call the discovered endpoints with JavaScript to run Cloudflare API requests.

The tool list follows what Cloudflare's official MCP server provides and may change.

Example uses

  • Review and change DNS

    List a zone's records and add or change them as instructed.

  • Audit settings

    Read cache and security settings through the API and tabulate them per zone.

  • Operate Workers, R2 and D1

    List Workers and their deployments, and inspect R2 buckets and D1 databases.

  • Look it up, then do it

    Check the procedure in the docs and apply the setting through the API in one go.

Prompts you can use as-is

  • List the DNS records for example.com
  • Add a TXT record _acme-challenge with value abc123 to example.com
  • Tabulate the SSL mode and cache level for every zone I manage
  • List my R2 buckets with their creation dates

Use Cloudflare with other AI clients