NetworkResourceProviderClient Claude Desktop Config
Add the NetworkResourceProviderClient MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - 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_KEYReplace your_networkresourceproviderclient_api_key with your actual networkresourceproviderclient api key
Endpoints
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewaysApplicationGateways_ListAll
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteCircuitsExpressRouteCircuits_ListAll
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteServiceProvidersExpressRouteServiceProviders_List
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Network/loadBalancersLoadBalancers_ListAll
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/CheckDnsNameAvailabilityCheckDnsNameAvailability
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/usagesUsages_List
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Network/networkInterfacesNetworkInterfaces_ListAll
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Network/networkSecurityGroupsNetworkSecurityGroups_ListAll
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Network/publicIPAddressesPublicIpAddresses_ListAll
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Network/routeTablesRouteTables_ListAll