Skip to content
MCP-Bridge
Cloud Infrastructure

DataLakeAnalyticsAccountManagementClient Claude Desktop Config

Add the DataLakeAnalyticsAccountManagementClient 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-datalake-analytics-account": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/azure-com-datalake-analytics-account"
      ],
      "env": {
        "DATALAKEANALYTICSACCOUNTMANAGEMENTCLIENT_API_KEY": "your_datalakeanalyticsaccountmanagementclient_api_key"
      }
    }
  }
}

Environment Variables

DATALAKEANALYTICSACCOUNTMANAGEMENTCLIENT_API_KEY

Replace your_datalakeanalyticsaccountmanagementclient_api_key with your actual datalakeanalyticsaccountmanagementclient api key

Endpoints

GET/subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/accounts

Account_List

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts

Account_ListByResourceGroup

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}

Account_Get

DELETE/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}

Account_Delete

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/DataLakeStoreAccounts/

Account_ListDataLakeStoreAccounts

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/DataLakeStoreAccounts/{dataLakeStoreAccountName}

Account_GetDataLakeStoreAccount

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/DataLakeStoreAccounts/{dataLakeStoreAccountName}

Account_AddDataLakeStoreAccount

DELETE/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/DataLakeStoreAccounts/{dataLakeStoreAccountName}

Account_DeleteDataLakeStoreAccount

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/StorageAccounts/

Account_ListStorageAccounts

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/StorageAccounts/{storageAccountName}

Account_GetStorageAccount