Skip to content
MCP-Bridge
Data & AnalyticsAuto-generated

HDInsightManagementClient MCP Server

The HDInsight Management Client.

Quick Setup

Transport: STDIO

Command: npx -y @mcp/azure-com-hdinsight-scriptactions

Environment Variables

HDINSIGHTMANAGEMENTCLIENT_API_KEY

Example: your_hdinsightmanagementclient_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "azure-com-hdinsight-scriptactions": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-hdinsight-scriptactions"],
      "env": {
      "HDINSIGHTMANAGEMENTCLIENT_API_KEY": "your_hdinsightmanagementclient_api_key"
}
    }
  }
}

Endpoints

POST/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/executeScriptActions

Clusters_ExecuteScriptActions

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/scriptActions

ScriptActions_ListPersistedScripts

DELETE/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/scriptActions/{scriptName}

ScriptActions_Delete

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/scriptExecutionHistory

ScriptExecutionHistory_List

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/scriptExecutionHistory/{scriptExecutionId}

ScriptActions_GetExecutionDetail

POST/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/scriptExecutionHistory/{scriptExecutionId}/promote

ScriptExecutionHistory_Promote