Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp Cloudflare

    1 stars
    JavaScript
    Updated Oct 3, 2025

    Table of Contents

    • Features
    • Setup
    • 1. Get Cloudflare API Token
    • 2. Get Zone ID
    • Usage
    • With Smithery (Cloud)
    • With npx (Local)
    • Environment Variables
    • Claude Desktop Configuration
    • Available Tools
    • list_dns_records
    • get_dns_record
    • create_dns_record
    • update_dns_record
    • delete_dns_record
    • Supported DNS Record Types
    • Security
    • License

    Table of Contents

    • Features
    • Setup
    • 1. Get Cloudflare API Token
    • 2. Get Zone ID
    • Usage
    • With Smithery (Cloud)
    • With npx (Local)
    • Environment Variables
    • Claude Desktop Configuration
    • Available Tools
    • list_dns_records
    • get_dns_record
    • create_dns_record
    • update_dns_record
    • delete_dns_record
    • Supported DNS Record Types
    • Security
    • License

    Documentation

    MCP Cloudflare DNS Server

    A Model Context Protocol server implementation for Cloudflare DNS that enables AI agents to manage DNS records for your domains.

    Features

    • 🔍 List DNS records - View all or filtered DNS records
    • 📝 Create DNS records - Add new A, AAAA, CNAME, MX, TXT, and other record types
    • ✏️ Update DNS records - Modify existing records
    • 🗑️ Delete DNS records - Remove unwanted records
    • 🔧 Full Cloudflare API support - Supports proxying, TTL, priority settings

    Setup

    1. Get Cloudflare API Token

    1. Go to Cloudflare API Tokens

    2. Click "Create Token"

    3. Use "Zone:Edit" template or create custom token with:

    • Zone:Read
    • Zone:Edit

    4. Copy your API token

    2. Get Zone ID

    1. Go to your domain in Cloudflare Dashboard

    2. Copy the Zone ID from the right sidebar

    Usage

    With Smithery (Cloud)

    Deploy directly to Smithery for hosted access.

    With npx (Local)

    bash
    npx -y @thelord/mcp-cloudflare

    Environment Variables

    Create a .env file:

    env
    CLOUDFLARE_API_TOKEN=your-api-token-here
    CLOUDFLARE_ZONE_ID=your-zone-id-here
    CLOUDFLARE_EMAIL=your-email@example.com  # Optional

    Claude Desktop Configuration

    json
    {
      "mcpServers": {
        "cloudflare": {
          "command": "npx",
          "args": ["-y", "@thelord/mcp-cloudflare"],
          "env": {
            "CLOUDFLARE_API_TOKEN": "your-api-token",
            "CLOUDFLARE_ZONE_ID": "your-zone-id"
          }
        }
      }
    }

    Available Tools

    list_dns_records

    List all DNS records or filter by name/type.

    get_dns_record

    Get detailed information about a specific DNS record.

    create_dns_record

    Create a new DNS record with specified type, name, and content.

    update_dns_record

    Update an existing DNS record by ID.

    delete_dns_record

    Delete a DNS record by ID.

    Supported DNS Record Types

    • A (IPv4 address)
    • AAAA (IPv6 address)
    • CNAME (Canonical name)
    • MX (Mail exchange)
    • TXT (Text)
    • NS (Name server)
    • SRV (Service)
    • CAA (Certificate Authority Authorization)
    • PTR (Pointer)

    Security

    • API tokens are never logged or exposed
    • Uses official Cloudflare API with secure authentication
    • Supports scoped API tokens for minimal permissions

    License

    MIT# mcp-cloudflare

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k