Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Cloudflare DNS MCP Server
cloud

Cloudflare DNS MCP Server MCP Server

Manage Cloudflare DNS records

cloudflarednsdomainsrecords

About

## Cloudflare DNS MCP Server: DNS Management The **Cloudflare DNS MCP Server** integrates Cloudflare DNS management into Google Antigravity, enabling AI-assisted DNS record management, zone configuration, and domain operations. ### Why Cloudflare DNS MCP? - **Fast DNS**: Industry-leading DNS resolution speed globally - **Record Management**: Create, update, and delete DNS records easily - **DNSSEC**: Built-in DNSSEC support for enhanced security - **Proxy Control**: Control Cloudflare proxy settings per record - **Bulk Operations**: Manage multiple records efficiently ### Key Features #### 1. Record Management ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "List all DNS records for my domain and their proxy status" }] ) ``` #### 2. Record Creation ```python # Create records response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Create A record for api subdomain pointing to new server IP" }] ) ``` #### 3. Zone Settings ```python # Configure zone response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Enable DNSSEC and configure SSL settings for the zone" }] ) ``` #### 4. Bulk Updates ```python # Update multiple response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Update TTL to 300 seconds for all A and CNAME records" }] ) ``` ### Configuration ```json { "mcpServers": { "cloudflare-dns": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-cloudflare-dns"], "env": { "CLOUDFLARE_API_TOKEN": "your-api-token", "CLOUDFLARE_ZONE_ID": "your-zone-id" } } } } ``` ### Use Cases **DNS Management**: Manage DNS records programmatically. **Infrastructure Changes**: Update DNS during deployments. **Multi-Domain**: Manage DNS across multiple domains. **Security**: Configure DNSSEC and security settings. The Cloudflare DNS MCP Server brings DNS management into your workflow.

Installation

Configuration
{
  "mcpServers": {
    "cloudflare-dns": {
      "mcpServers": {
        "cloudflare-dns": {
          "env": {
            "CLOUDFLARE_ZONE_ID": "YOUR_ZONE_ID",
            "CLOUDFLARE_API_TOKEN": "YOUR_API_TOKEN"
          },
          "args": [
            "-y",
            "mcp-cloudflare-dns"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Get API token from Cloudflare dashboard
  2. 2Get Zone ID for your domain
  3. 3Manage DNS records via AI

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers