Skip to content
MCP-Bridge
Data & Analytics

HDInsightJobManagementClient Claude Desktop Config

Add the HDInsightJobManagementClient MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "azure-com-hdinsight-job": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/azure-com-hdinsight-job"
      ],
      "env": {
        "HDINSIGHTJOBMANAGEMENTCLIENT_API_KEY": "your_hdinsightjobmanagementclient_api_key"
      }
    }
  }
}

Environment Variables

HDINSIGHTJOBMANAGEMENTCLIENT_API_KEY

Replace your_hdinsightjobmanagementclient_api_key with your actual hdinsightjobmanagementclient api key

Endpoints

POST/templeton/v1/hive

Job_SubmitHiveJob

GET/templeton/v1/jobs

Job_List

GET/templeton/v1/jobs/{jobId}

Job_Get

DELETE/templeton/v1/jobs/{jobId}

Job_Kill

GET/templeton/v1/jobs?op=LISTAFTERID

Job_ListAfterJobId

POST/templeton/v1/mapreduce/jar

Job_SubmitMapReduceJob

POST/templeton/v1/mapreduce/streaming

Job_SubmitMapReduceStreamingJob

POST/templeton/v1/pig

Job_SubmitPigJob

POST/templeton/v1/sqoop

Job_SubmitSqoopJob

GET/ws/v1/cluster/apps/{appId}/state

Job_GetAppState