Cloud InfrastructureAuto-generated
ApplicationInsightsManagementClient MCP Server
Azure Application Insights client for Components.
Quick Setup
Transport: STDIO
Command: npx -y @mcp/azure-com-applicationinsights-components-api
Environment Variables
APPLICATIONINSIGHTSMANAGEMENTCLIENT_API_KEYExample: your_applicationinsightsmanagementclient_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"azure-com-applicationinsights-components-api": {
"command": "npx",
"args": ["-y","@mcp/azure-com-applicationinsights-components-api"],
"env": {
"APPLICATIONINSIGHTSMANAGEMENTCLIENT_API_KEY": "your_applicationinsightsmanagementclient_api_key"
}
}
}
}Endpoints
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Insights/componentsComponents_List
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/componentsComponents_ListByResourceGroup
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}Components_Get
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}Components_CreateOrUpdate
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}Components_Delete
PATCH
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}Components_UpdateTags
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/operations/{purgeId}Components_GetPurgeStatus
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/purgeComponents_Purge