ManagedNetworkManagementClient Claude Desktop Config
Add the ManagedNetworkManagementClient 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-managednetwork-managednetwork": {
"command": "npx",
"args": [
"-y",
"@mcp/azure-com-managednetwork-managednetwork"
],
"env": {
"MANAGEDNETWORKMANAGEMENTCLIENT_API_KEY": "your_managednetworkmanagementclient_api_key"
}
}
}
}Environment Variables
MANAGEDNETWORKMANAGEMENTCLIENT_API_KEYReplace your_managednetworkmanagementclient_api_key with your actual managednetworkmanagementclient api key
Endpoints
GET
/providers/Microsoft.ManagedNetwork/operationsOperations_List
GET
/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetwork/managedNetworksManagedNetworks_ListBySubscription
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworksManagedNetworks_ListByResourceGroup
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}ManagedNetworks_Get
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}ManagedNetworks_CreateOrUpdate
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}ManagedNetworks_Delete
PATCH
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}ManagedNetworks_Update
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}/managedNetworkGroupsManagedNetworkGroups_ListByManagedNetwork
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}/managedNetworkGroups/{managedNetworkGroupName}ManagedNetworkGroups_Get
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetwork/managedNetworks/{managedNetworkName}/managedNetworkGroups/{managedNetworkGroupName}ManagedNetworkGroups_CreateOrUpdate