Azure Log Analytics Query Packs Claude Desktop Config
Add the Azure Log Analytics Query Packs 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-applicationinsights-querypacks-api": {
"command": "npx",
"args": [
"-y",
"@mcp/azure-com-applicationinsights-querypacks-api"
],
"env": {
"AZURE_LOG_ANALYTICS_QUERY_PACKS_API_KEY": "your_azure_log_analytics_query_packs_api_key"
}
}
}
}Environment Variables
AZURE_LOG_ANALYTICS_QUERY_PACKS_API_KEYReplace your_azure_log_analytics_query_packs_api_key with your actual azure log analytics query packs api key
Endpoints
GET
/subscriptions/{subscriptionId}/providers/microsoft.insights/queryPacksQueryPacks_List
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/queryPacksQueryPacks_ListByResourceGroup
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/queryPacks/{queryPackName}QueryPacks_Get
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/queryPacks/{queryPackName}QueryPacks_CreateOrUpdate
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/queryPacks/{queryPackName}QueryPacks_Delete
PATCH
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/queryPacks/{queryPackName}QueryPacks_UpdateTags