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
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - 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_KEYReplace your_ml_team_account_management_client_api_key with your actual ml team account management client api key
Endpoints
GET
/providers/Microsoft.MachineLearningExperimentation/operationsOperations_List
GET
/subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningExperimentation/accountsAccounts_List
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accountsAccounts_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}/workspacesWorkspaces_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