cloudflare
Skills for the Cloudflare developer platform: Workers, Durable Objects, Agents SDK, MCP servers, Wrangler CLI, and web performance.
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
~/.claude.jsonAdd the configuration to "mcpServers": { "cloudflare": { "command": "...", "args": [] } }
/mcpUse Cases
Usage Examples
/cloudflare deploy worker --name my-worker --script ./worker.js --route example.com/*
Create a Durable Object that maintains a counter and deploy it with Wrangler.
Set up an MCP server on Cloudflare Workers that provides a weather API tool.
Security Audits
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..