BeClaude

cloudflare

1.8kOfficial PluginGeneralby Anthropic

Skills for the Cloudflare developer platform: Workers, Durable Objects, Agents SDK, MCP servers, Wrangler CLI, and web performance.

TypeScript159 forks17 issuesUpdated 6/16/2026First seen 4/17/2026

Summary

This skill enables Claude Code to interact with the Cloudflare developer platform, including Workers, Durable Objects, the Agents SDK, MCP servers, and the Wrangler CLI.

  • It helps developers deploy serverless functions, manage edge computing resources, and optimize web performance directly from the chat interface.

Install & Usage

1
Open your MCP config
~/.claude.json
2
Add the server config

Add the configuration to "mcpServers": { "cloudflare": { "command": "...", "args": [] } }

3
Restart Claude Code
/mcp

Use Cases

Deploy a new Cloudflare Worker with custom routing and environment variables.
Create and manage Durable Objects for stateful serverless applications.
Set up an MCP server on Cloudflare to expose tools and resources to AI agents.
Use the Agents SDK to build multi-agent systems with persistent state.
Optimize website performance by configuring Cloudflare caching and CDN rules.
Debug and monitor Worker logs and metrics using Wrangler CLI commands.

Usage Examples

1

/cloudflare deploy worker --name my-worker --script ./worker.js --route example.com/*

2

Create a Durable Object that maintains a counter and deploy it with Wrangler.

3

Set up an MCP server on Cloudflare Workers that provides a weather API tool.

View source on GitHub
mcpagentagentscloudflareskillsworkers

Security Audits

LicenseUnknownSourcePassRepositoryPass

Frequently Asked Questions

What is cloudflare?

This skill enables Claude Code to interact with the Cloudflare developer platform, including Workers, Durable Objects, the Agents SDK, MCP servers, and the Wrangler CLI. It helps developers deploy serverless functions, manage edge computing resources, and optimize web performance directly from the chat interface.

How to install cloudflare?

To install cloudflare: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "cloudflare": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.

What is cloudflare best for?

cloudflare is a mcp categorized under General. It is designed for: mcp, agent. Created by Anthropic.

What can I use cloudflare for?

cloudflare is useful for: Deploy a new Cloudflare Worker with custom routing and environment variables.; Create and manage Durable Objects for stateful serverless applications.; Set up an MCP server on Cloudflare to expose tools and resources to AI agents.; Use the Agents SDK to build multi-agent systems with persistent state.; Optimize website performance by configuring Cloudflare caching and CDN rules.; Debug and monitor Worker logs and metrics using Wrangler CLI commands..