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_KEYExample: 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}/executeScriptActionsClusters_ExecuteScriptActions
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/scriptActionsScriptActions_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}/scriptExecutionHistoryScriptExecutionHistory_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}/promoteScriptExecutionHistory_Promote