Cloudflare API
Workers, KV, R2, D1, DNS, and CDN management via REST.
npm install cloudflare
There is an MCP server that covers similar functionality: Cloudflare MCP Server
Use the API when:
You need fine-grained control, custom error handling, or want to chain multiple API calls in a script.
Use the MCP when:
You want plug-and-play integration with Claude Code and don't need custom logic around the calls.
About
Cloudflare's SDK and CLI (Wrangler) provide full access to the Cloudflare platform. Deploy Workers, manage KV namespaces, interact with R2 storage, query D1 databases, configure DNS, and manage CDN settings. 95K weekly downloads for the SDK. Wrangler CLI is essential for local development and deployment of Cloudflare Workers.
Tags
Score Breakdown
Performance
Scores
Related
Cloudflare MCP Server
Manage Cloudflare Workers, KV, R2, and D1 from Claude Code.
claude mcp add cloudflare -- npx -y @cloudflare/mcp-server-cloudflarePlanetScale API
Serverless MySQL with branching, deploy requests, and schema management.
npm install @planetscale/databaseVercel API
Deployments, projects, domains, and serverless functions via REST.
npm install -g vercel