Skip to content
MCP-Bridge
AI & ML

ML Team Account Management Client Claude Desktop Config

Add the ML Team Account Management Client 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-machinelearningexperimentation-machinelearningexperimentation": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/azure-com-machinelearningexperimentation-machinelearningexperimentation"
      ],
      "env": {
        "ML_TEAM_ACCOUNT_MANAGEMENT_CLIENT_API_KEY": "your_ml_team_account_management_client_api_key"
      }
    }
  }
}

Environment Variables

ML_TEAM_ACCOUNT_MANAGEMENT_CLIENT_API_KEY

Replace your_ml_team_account_management_client_api_key with your actual ml team account management client api key

Endpoints

GET/providers/Microsoft.MachineLearningExperimentation/operations

Operations_List

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

Accounts_List

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

Accounts_ListByResourceGroup

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

Accounts_Get

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}

Accounts_CreateOrUpdate

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

Accounts_Delete

PATCH/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}

Accounts_Update

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

Workspaces_ListByAccounts

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces/{workspaceName}

Workspaces_Get

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces/{workspaceName}

Workspaces_CreateOrUpdate