Skip to content
MCP-Bridge
Cloud Infrastructure

NetworkResourceProviderClient Claude Desktop Config

Add the NetworkResourceProviderClient MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "azure-com-network": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/azure-com-network"
      ],
      "env": {
        "NETWORKRESOURCEPROVIDERCLIENT_API_KEY": "your_networkresourceproviderclient_api_key"
      }
    }
  }
}

Environment Variables

NETWORKRESOURCEPROVIDERCLIENT_API_KEY

Replace your_networkresourceproviderclient_api_key with your actual networkresourceproviderclient api key

Endpoints

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

ApplicationGateways_ListAll

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

ExpressRouteCircuits_ListAll

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

ExpressRouteServiceProviders_List

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

LoadBalancers_ListAll

GET/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/CheckDnsNameAvailability

CheckDnsNameAvailability

GET/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/usages

Usages_List

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

NetworkInterfaces_ListAll

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

NetworkSecurityGroups_ListAll

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

PublicIpAddresses_ListAll

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

RouteTables_ListAll