Application Insights Data Plane Claude Desktop Config
Add the Application Insights Data Plane 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-swagger": {
"command": "npx",
"args": [
"-y",
"@mcp/azure-com-applicationinsights-swagger"
],
"env": {
"APPLICATION_INSIGHTS_DATA_PLANE_API_KEY": "your_application_insights_data_plane_api_key"
}
}
}
}Environment Variables
APPLICATION_INSIGHTS_DATA_PLANE_API_KEYReplace your_application_insights_data_plane_api_key with your actual application insights data plane api key
Endpoints
GET
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/components/{applicationName}/events/$metadataGet OData metadata
GET
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/components/{applicationName}/events/{eventType}Execute OData query
GET
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/components/{applicationName}/events/{eventType}/{eventId}Get an event
GET
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/components/{applicationName}/metrics/metadataRetrieve metric metadata
GET
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/components/{applicationName}/metrics/{metricId}Retrieve metric data
GET
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/components/{applicationName}/queryExecute an Analytics query
POST
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/components/{applicationName}/queryExecute an Analytics query