HomeMarketplace

Cloudflare MCP Integration - AI Agent Tools

Connect Cloudflare with AI agents using Model Context Protocol (MCP). Seamlessly integrate Cloudflare tools and actions into Claude, Cursor, Windsurf, and other AI applications for enhanced workflow automation.

Features

  • Easy MCP setup with one command
  • Compatible with Claude, Cursor, Windsurf
  • 16+ available tools and actions
  • Built-in authentication and security
  • Real-time synchronization
  • No coding required

Category

networking tools for AI automation

Setup Instructions

Install Cloudflare MCP server in minutes. Choose your AI platform: Cursor, Claude Desktop, Windsurf, or use HTTP endpoint for custom integrations. Follow our step-by-step guide to connect Cloudflare with your AI agent.

Benefits

  • Automate Cloudflare workflows with AI
  • Increase productivity with AI-powered Cloudflare operations
  • Seamless integration with popular AI platforms
  • Enterprise-grade security and reliability
  • 24/7 support and documentation

Related Integrations

Explore other MCP integrations: Gmail MCP, Notion MCP, GitHub MCP, Linear MCP, Slack MCP, Google Sheets MCP, and 100+ more AI agent tools.

Cloudflare
Cloudflare

Cloudflare is a global network designed to make everything you connect to the Internet secure, private, fast, and reliable.

VerifiedComposioComposio Managed
Users
6817
Tools
16
Last Updated
12h ago

Category

networking

6817VIEWS
2810USERS

Tools

Page 1 of 3

Create Dns Record

Tool to create a new dns record within a specific zone. use after obtaining the zone id to programmatically add dns entries.

Create Waf List

Tool to create a new empty waf list for the account. use after confirming the account id. example: create list(account id="<id>", kind="ip", name="blocklist")

Create Zone

Tool to create a new zone. use after confirming account id when adding a domain to cloudflare.

Delete Dns Record

Tool to delete a dns record within a specific zone. use after confirming zone and record ids. example: "delete dns record 372e6795... from zone 023e105f4ecef..."

Delete Waf List

Tool to delete a waf list. use when you need to remove a list after verifying no filters reference it. example: delete list(account id="<account id>", list id="<list id>")

Delete Zone

Tool to delete a zone. use after confirming the zone identifier to permanently remove a dns zone from your cloudflare account. example: delete zone(zone identifier="023e105f4ecef8ad9ca31a8372d0c353")