Skip to content
MCP-BridgeMCP-Bridge
Developer Tools

PrivateDnsManagementClient MCP Config

The Private DNS Management Client.

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcpbridge.org/config/azure-com-privatedns.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

{
  "mcpServers": {
    "azure-com-privatedns": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/azure-com-privatedns"
      ],
      "env": {
        "PRIVATEDNSMANAGEMENTCLIENT_API_KEY": "your_privatednsmanagementclient_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "azure-com-privatedns": {
      "url": "https://mcpbridge.org/config/azure-com-privatedns.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "azure-com-privatedns": {
      "url": "https://mcpbridge.org/config/azure-com-privatedns.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/config/azure-com-privatedns.json to fetch programmatically.

{
  "mcpServers": {
    "azure-com-privatedns": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-privatedns"],
      "env": {
      "PRIVATEDNSMANAGEMENTCLIENT_API_KEY": "your_privatednsmanagementclient_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcpbridge.org/config/azure-com-privatedns.json

Environment Variables

PRIVATEDNSMANAGEMENTCLIENT_API_KEY

Replace your_privatednsmanagementclient_api_key with your actual privatednsmanagementclient api key

Endpoints

GET/subscriptions/{subscriptionId}/providers/Microsoft.Network/privateDnsZones

PrivateZones_List

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones

PrivateZones_ListByResourceGroup

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}

PrivateZones_Get

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}

PrivateZones_CreateOrUpdate

DELETE/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}

PrivateZones_Delete

PATCH/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}

PrivateZones_Update

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/ALL

RecordSets_List

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/virtualNetworkLinks

VirtualNetworkLinks_List

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/virtualNetworkLinks/{virtualNetworkLinkName}

VirtualNetworkLinks_Get

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/virtualNetworkLinks/{virtualNetworkLinkName}

VirtualNetworkLinks_CreateOrUpdate