ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 3/5

Cloudflare Mcp

Skill by 2233admin

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/2233admin/cloudflare-mcp
Or

What This Skill Does

The Cloudflare MCP skill acts as a powerful bridge between OpenClaw and the entire Cloudflare ecosystem. By leveraging the Model Context Protocol (MCP), this skill provides an intelligent interface to interact with over 2,500 Cloudflare API endpoints. It allows users to manage critical infrastructure—such as Workers, DNS configurations, R2 storage buckets, D1 databases, and KV namespaces—directly through natural language commands. Rather than manually navigating the Cloudflare dashboard, users can simply describe their intended configuration, and the agent translates these requests into precise API calls.

Installation

To integrate this skill into your OpenClaw environment, ensure you have the OpenClaw Gateway installed. First, install the skill by executing clawhub install openclaw/skills/skills/2233admin/cloudflare-mcp in your terminal. Next, update your openclaw.json configuration file to include the MCP server definition:

{
  "mcpServers": {
    "cloudflare-api": {
      "url": "https://mcp.cloudflare.com/mcp"
    }
  }
}

After saving the configuration, restart the OpenClaw Gateway. Upon your first request involving Cloudflare, the agent will prompt you to complete an OAuth authentication flow to link your Cloudflare account securely.

Use Cases

This skill is designed for DevOps engineers, full-stack developers, and system administrators who frequently modify infrastructure. Typical use cases include automating DNS record management, provisioning storage resources like R2 buckets or KV namespaces on the fly, and monitoring the health or status of serverless Workers. It is particularly effective for teams that prefer managing their edge infrastructure through a conversational interface, as it eliminates the context-switching involved in jumping between coding environments and the web-based Cloudflare console.

Example Prompts

  1. "List all my currently deployed Workers and check their status."
  2. "Add a new A record for app.example.com pointing to 192.168.1.10."
  3. "Create a new R2 bucket named 'assets-storage' in the current account."

Tips & Limitations

  • Authentication: Ensure your Cloudflare account has sufficient permissions (API tokens) to perform the requested actions.
  • Code Mode: The agent excels in Code Mode, where it can perform complex multi-step reasoning to discover the correct API endpoints for less common Cloudflare services.
  • Security: Because this skill allows direct modification of your DNS and infrastructure, always review the agent's proposed action plans before authorizing execution.
  • Limits: Be mindful of Cloudflare API rate limits, especially when running automated scripts that query hundreds of endpoints in rapid succession.

Metadata

Author@2233admin
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-2233admin-cloudflare-mcp": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#cloudflare#infrastructure#devops#automation#mcp
Safety Score: 3/5

Flags: network-access, external-api