Azure Monitor Private Link Scopes Claude Desktop Config
Add the Azure Monitor Private Link Scopes 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-monitor-privatelinkscopes-api": {
"command": "npx",
"args": [
"-y",
"@mcp/azure-com-monitor-privatelinkscopes-api"
],
"env": {
"AZURE_MONITOR_PRIVATE_LINK_SCOPES_API_KEY": "your_azure_monitor_private_link_scopes_api_key"
}
}
}
}Environment Variables
AZURE_MONITOR_PRIVATE_LINK_SCOPES_API_KEYReplace your_azure_monitor_private_link_scopes_api_key with your actual azure monitor private link scopes api key
Endpoints
GET
/subscriptions/{subscriptionId}/providers/microsoft.insights/privateLinkScopesPrivateLinkScopes_List
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/privateLinkScopes/{scopeName}/privateEndpointConnectionsPrivateEndpointConnections_ListByPrivateLinkScope
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/privateLinkScopes/{scopeName}/privateEndpointConnections/{privateEndpointConnectionName}PrivateEndpointConnections_Get
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/privateLinkScopes/{scopeName}/privateEndpointConnections/{privateEndpointConnectionName}PrivateEndpointConnections_CreateOrUpdate
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/privateLinkScopes/{scopeName}/privateEndpointConnections/{privateEndpointConnectionName}PrivateEndpointConnections_Delete
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/privateLinkScopes/{scopeName}/privateLinkResourcesPrivateLinkResources_ListByPrivateLinkScope
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/privateLinkScopes/{scopeName}/privateLinkResources/{groupName}PrivateLinkResources_Get
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/privateLinkScopes/{scopeName}/scopedResourcesPrivateLinkScopedResources_ListByPrivateLinkScope
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/privateLinkScopes/{scopeName}/scopedResources/{name}PrivateLinkScopedResources_Get
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/privateLinkScopes/{scopeName}/scopedResources/{name}PrivateLinkScopedResources_CreateOrUpdate