Cloudflare Connector for AI agents.
25 live capabilities
Deploy Workers and manage edge infrastructure with natural language.
Waiting for input…
Why people use Cloudflare
Cloudflare for Automated Edge Infrastructure Management
This Connector changes that by putting the entire Cloudflare stack inside your AI client. You can tell your agent to deploy a version, check a database, or rotate a secret without ever opening a new tab. You get a unified way to handle your edge environment through a single conversation.
What Vinkius changes
You swap manual CLI commands and dashboard clicks for direct natural language control of your edge infrastructure.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Rolling back a buggy production Worker
A developer notices a bug and asks their agent to find the last stable version using list_worker_versions.
- Real-world use case 02
Rotating a leaked API key
An engineer tells their agent to delete the old secret using delete_secret and then create a new one with create_secret to update the Worker environment safely.
- Real-world use case 03
Checking production data values
An analyst asks the agent to fetch a config URL from a KV namespace using get_kv_key and then run a query_d1 to see if the database matches that configuration.
Complete set · 25capabilities
The complete Cloudflare capability set.
These are the exact actions your AI can choose when you ask it to work with Cloudflare.
01—04
4 capabilities in this set.
Part of 25 available through Cloudflare.
- 01 Capability
Create deployment
Deploy a specific Worker version using immediate or gradual traffic strategies. This helps you manage rollouts and rollbacks easily.
- 02 Capability
Create secret
Create or update encrypted secrets like API keys for your Workers. It ensures your sensitive data stays secure while being accessible to your code.
- 03 Capability
Create tail session
Start a real-time logging session for a specific Worker. Use this to debug production errors as they happen.
- 04 Capability
Create worker route
Set up a new URL pattern to trigger your Worker. This is how you expose your edge functions to the web.
05—08
4 capabilities in this set.
Part of 25 available through Cloudflare.
- 05 Capability
Delete secret
Remove old secrets or rotate credentials to keep your environment clean. This ensures your Worker stops using outdated keys.
- 06 Capability
Delete tail session
Close a logging session once you're done debugging. This keeps your active sessions organized.
- 07 Capability
Delete worker route
Stop serving a Worker at a specific URL pattern. Use this to clean up old routes or reassign paths.
- 08 Capability
Delete worker
Permanently remove a Worker script and its resources. You should confirm this before running it to avoid accidental deletion.
09—12
4 capabilities in this set.
Part of 25 available through Cloudflare.
- 09 Capability
Get kv key
Fetch the value of a specific key from a KV namespace. This is great for reading config values or cached data.
- 10 Capability
Get worker analytics
Pull recent performance data for a specific Worker. Use it to track usage trends and identify errors.
- 11 Capability
Get worker
Retrieve the full configuration of a specific Worker. This is helpful for auditing settings before you make changes.
- 12 Capability
Get worker version
Get the details of a specific Worker version. Use this to audit code snapshots or prepare for a rollback.
13—16
4 capabilities in this set.
Part of 25 available through Cloudflare.
- 13 Capability
Get zone analytics
Get aggregated traffic data for a specific zone. It helps you see spikes and measure CDN performance.
- 14 Capability
List d1 databases
See all D1 databases in your account. Use this to find the right database ID before running a query.
- 15 Capability
List deployments
View all deployments for a Worker, including traffic percentages. This lets you see what's live right now.
- 16 Capability
List kv keys
List all keys in a KV namespace. It's the best way to audit your stored data or find a specific key.
17—19
3 capabilities in this set.
Part of 25 available through Cloudflare.
- 17 Capability
List kv namespaces
See every KV namespace in your account. Use this to identify where your data is stored.
- 18 Capability
List r2 buckets
View all R2 storage buckets. This helps you see your available object storage at a glance.
- 19 Capability
List secrets
See which secrets are configured for a Worker. This helps you audit your environment without exposing the actual values.
20—22
3 capabilities in this set.
Part of 25 available through Cloudflare.
- 20 Capability
List worker routes
See all URL patterns that trigger a Worker. Use this to understand your current edge routing.
- 21 Capability
List worker versions
See the history of all deployed Worker snapshots. This is your audit trail for rollbacks and updates.
- 22 Capability
List workers
List every Worker script in your account. Use this as a starting point to find the scripts you need to manage.
23—25
3 capabilities in this set.
Part of 25 available through Cloudflare.
- 23 Capability
List zones
See all DNS zones in your account. This gives you the zone IDs needed for routes and cache operations.
- 24 Capability
Purge cache
Clear all cached content for a specific zone. This ensures your users see the latest updates immediately.
- 25 Capability
Query d1
Run SQL queries against your D1 database. Use this for migrations, data analysis, or quick checks.
Set up in minutes
One URL. Then ask Cloudflare to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Cloudflare from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_QxZIaIoAXIL23CyRLSDVkRwHXoDvC0VRLSwRYtQS/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Cloudflare, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Cloudflare for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_QxZIaIoAXIL23CyRLSDVkRwHXoDvC0VRLSwRYtQS/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Cloudflare URL.
- Step 03
Save and start
Save the connection and enable Cloudflare in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"cloudflare": {
"url": "https://edge.vinkius.com/vk_preview_QxZIaIoAXIL23CyRLSDVkRwHXoDvC0VRLSwRYtQS/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Cloudflare
Open Agent mode in chat and ask: "Using Cloudflare, help me...". 25 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"cloudflare": {
"url": "https://edge.vinkius.com/vk_preview_QxZIaIoAXIL23CyRLSDVkRwHXoDvC0VRLSwRYtQS/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Cloudflare
Ask Copilot: "Using Cloudflare, help me...". 25 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"cloudflare": {
"url": "https://edge.vinkius.com/vk_preview_QxZIaIoAXIL23CyRLSDVkRwHXoDvC0VRLSwRYtQS/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Cloudflare
Open Cascade and ask: "Using Cloudflare, help me...". 25 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"cloudflare": {
"url": "https://edge.vinkius.com/vk_preview_QxZIaIoAXIL23CyRLSDVkRwHXoDvC0VRLSwRYtQS/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Cloudflare
Ask Cline: "Using Cloudflare, help me...". 25 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add cloudflare --transport http "https://edge.vinkius.com/vk_preview_QxZIaIoAXIL23CyRLSDVkRwHXoDvC0VRLSwRYtQS/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Cloudflare
Ask Claude: "Using Cloudflare, show me...". 25 tools are ready
Where the request belongs
Work Cloudflare can move forward.
This is for the developer who's tired of the deploy, check, repeat cycle. It's for the person who wants to manage production infrastructure without having twenty tabs open or memorizing every Wrangler flag.
Edge Application Developer
Deploys Workers and manages routes daily to keep the application running smoothly.
DevOps Engineer
Handles secret rotation, infrastructure monitoring, and bulk cache purging.
Full-Stack Developer
Queries D1 and KV stores to verify data during the development and testing phases.
Platform Architect
Manages R2 buckets and large-scale infrastructure configurations across many zones.
When one Connector is not enough
Carry the request into a workflow.
Combine Cloudflare with the systems that finish the task.
View all recipesDetect Infrastructure Drift Early Using MCP
Someone clicked 'apply' in the Cloudflare dashboard and your Terraform state no longer matches reality , your agent finds the drift
Connectors for Global Edge Performance
Cache hit ratios monitored, edge latency tracked, WAF threats counted, performance reports delivered , run your edge infrastructure from one prompt
Connectors to Find Your Most Expensive APIs
API traffic metered, cache savings calculated, origin load measured, cost projections generated , optimize your API infrastructure costs with data
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsFly.io
Manage edge infrastructure via Fly.io. monitor apps and machines, scale compute horizontally, handle persistent volumes, and run remote commands directly from any AI agent.
Cloudflare
Manage DNS, Workers, KV, Pages and firewall via Cloudflare. audit records, deploy config and inspect CDN analytics from any AI agent.
Fastly
Manage edge computing and CDN via Fastly. monitor and activate service versions, manage domains and backends, and purge cache directly from any AI agent.
Render
Automate your PaaS infrastructure via Render. list your services, deploy code, check logs, and scale resources directly from any AI agent.
StackPath (Edge Computing & CDN API)
Manage edge computing workloads and CDN delivery via StackPath. list stacks, deploy workloads, and purge cached content directly from any AI agent.
Hetzner
Manage Hetzner Cloud infrastructure—list servers, manage firewalls, and control power states directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Cloudflare connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Cloudflare.
The practical details behind the request, access and result.
Can I use the Cloudflare MCP to deploy my Workers?
Yes. You can tell your AI agent to deploy specific versions of your Workers, including choosing whether to send 100% of traffic immediately or perform a gradual rollout.
How does the Cloudflare MCP help with managing my secrets?
It allows you to create, list, and rotate encrypted secrets like API keys or database passwords through natural language. This keeps your sensitive credentials out of your source code.
Can I run SQL queries on my Cloudflare D1 database using this?
Yes. Your agent can execute SELECT, INSERT, UPDATE, and DELETE queries against your D1 databases to help with data analysis or migrations.
Does the Cloudflare MCP support managing R2 buckets?
It does. You can ask your agent to list your R2 buckets or manage the objects inside them without needing to navigate the storage dashboard.
How do I monitor my Worker performance with the Cloudflare MCP?
You can ask the agent to pull analytics for specific Workers or zones. It will retrieve data on traffic patterns, CPU usage, and error rates for you.
Can the Cloudflare MCP help me purge my CDN cache?
Yes. You can tell your agent to purge the cache for a specific zone, which is helpful when you've updated static assets and need them to refresh for everyone immediately.
Can I deploy new Worker scripts directly through the AI agent?
Yes! You can orchestrate deployments natively mapping source code variables seamlessly without touching Wrangler.
Does it interact with specific D1 Serverless SQL definitions?
Absolutely. Ask your agent to parse complex D1 databases and query tables instantly utilizing precise analytical calls.
How are environment variables and secrets handled?
All add_secret queries execute symmetrically securely masking output variables while committing seamlessly inside Cloudflare matrices.
One connection away
Give your agent a direct line to Cloudflare.
Connect Cloudflare once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available