Cloudflare Developer Platform MCP server icon

Cloudflare Developer Platform

by Cloudflare Developer Platform

HIPAA CompliantSOC2 ReadyISO 27001 Ready
Developer Tools24 tools

Manage Workers KV, R2, D1 and Hyperdrive from your AI assistant. One of seventeen Cloudflare MCP servers, OAuth sign-in, four destructive tools and raw SQL against production databases.

Verified connector

Listed by Anthropic as a partner connector in its Connectors Directory.

Connection checked by Agentman on .

Anthropic states this reflects the level of review a connector received, not a security audit.

Connect Cloudflare Developer Platform via MCP

https://bindings.mcp.cloudflare.com/mcp

Works in any MCP-compatible client. In Agentman Studio it is one click — no config file to edit.

Use in Agentman

Connect Cloudflare Developer Platform once and your agents call these tools on their own — on a schedule, in a workflow, with nobody at the keyboard.

Open in Agentman Studio

Cloudflare Developer Platform Tools & Capabilities (24)

accounts_list
set_active_account
kv_namespaces_list
kv_namespace_create
kv_namespace_delete
kv_namespace_get
kv_namespace_update
workers_list
workers_get_worker
workers_get_worker_code
r2_buckets_list
r2_bucket_create
r2_bucket_get
r2_bucket_delete
d1_databases_list
d1_database_create
d1_database_delete
d1_database_get
d1_database_query
hyperdrive_configs_list
hyperdrive_config_create
hyperdrive_config_delete
hyperdrive_config_get
hyperdrive_config_edit

Tool names from Anthropic's directory listing. This server requires sign-in, so we could not read tool descriptions or parameter schemas.

Frequently asked questions

The Workers Bindings server. Cloudflare publishes seventeen managed MCP servers on separate hostnames, and this listing is the one at bindings.mcp.cloudflare.com. Its siblings cover documentation, observability, Radar, browser rendering, audit logs and more, each with a different tool set. Connecting this one gives you storage and compute primitives only.

It can delete one, and Cloudflare publishes no way to get it back. The kv_namespace_delete tool is annotated destructive in the server's own source, and Cloudflare's Workers KV documentation describes no trash, undelete or restore path for a namespace. There is no inverse tool on this server either.

No. Time Travel restores an existing database to an earlier minute within the last thirty days on Workers Paid, or seven on Workers Free. Every command names a database that must still exist, so it recovers bad writes rather than dropped databases. Cloudflare recommends exporting to R2 for anything longer.

Yes. The d1_database_query tool takes a free-text sql parameter and passes it to Cloudflare's D1 query API unchanged. Nothing on this server restricts statements to reads, so DROP TABLE and DELETE reach production the same way SELECT does. The tool is not annotated destructive in Cloudflare's source.

Automatically, per request. Cloudflare removed the set_active_account and accounts_list tools in workers-bindings 0.5.0. An AccountManager now resolves the account from your token when it covers one account, then a cf-account-id header you set in client config, then an optional account_id argument. No selection persists between calls.

Account read, Workers write and D1 write, plus user read and refresh tokens. Cloudflare defines that set in the server's published source and shows it on the authorization page, where you also scope the grant to one account. The OAuth descriptor omits scopes_supported entirely, so no client can discover them before you consent.

Yes, indirectly. D1 bills rows read and written, and Cloudflare states dashboard and CLI queries count as billable usage, so agent queries do too. Creating R2 buckets and D1 databases adds billable storage. R2 also requires a subscription added through checkout before any bucket exists.

No. Anthropic's directory description offers deploying code to production as an example prompt, but no deploy tool exists in its own tool list or in Cloudflare's published reference. The three Workers tools all read: they list Workers, fetch details and fetch source code. Deployment stays with Wrangler or the dashboard.

Sources

Server Info

Category
Developer Tools
Developer
Cloudflare Developer Platform
Tools
24
Domain
bindings.mcp.cloudflare.com

Using Claude Desktop or another MCP client? Setup docs — the connection URL above works anywhere.

Ready to connect Cloudflare Developer Platform?

Connect Cloudflare Developer Platform once and your agents call these tools on their own — on a schedule, in a workflow, with nobody at the keyboard.