Cloudflare
Cloudflare platform integration for Claude Code — deploy Workers, manage KV, Durable Objects, R2 and D1 from natural-language commands.
Install
claude plugins add cloudflare The official Cloudflare plugin gives Claude Code first-class control over the Cloudflare developer platform. Deploy a Worker, update a KV binding, query a D1 database, or create an R2 bucket — all from natural-language instructions without leaving the terminal.
Generated Workers code respects Cloudflare-specific constraints: the 1 ms CPU time limit, the absence of Node.js built-ins, and the fetch-event handler model. With +69.4% 30-day growth it is the fastest-growing official plugin in the cloud infrastructure category.
Features
Workers deploy
Deploy or update Cloudflare Workers from Claude with wrangler integration.
KV / R2 / D1 access
Read, write and query Cloudflare storage primitives from chat.
Edge function gen
Generates Workers code following Cloudflare best practices and limits.
Common Use Cases
- Rapid Workers prototype and deploy
- Debugging D1 SQL queries at the edge
- Managing KV namespaces and R2 buckets