ManagedLabsClient Claude Desktop Config
Add the ManagedLabsClient 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-labservices-ml": {
"command": "npx",
"args": [
"-y",
"@mcp/azure-com-labservices-ml"
],
"env": {
"MANAGEDLABSCLIENT_API_KEY": "your_managedlabsclient_api_key"
}
}
}
}Environment Variables
MANAGEDLABSCLIENT_API_KEYReplace your_managedlabsclient_api_key with your actual managedlabsclient api key
Endpoints
GET
/providers/Microsoft.LabServices/operationsProviderOperations_List
POST
/providers/Microsoft.LabServices/users/{userName}/getEnvironmentGlobalUsers_GetEnvironment
POST
/providers/Microsoft.LabServices/users/{userName}/getOperationBatchStatusGlobalUsers_GetOperationBatchStatus
POST
/providers/Microsoft.LabServices/users/{userName}/getOperationStatusGlobalUsers_GetOperationStatus
POST
/providers/Microsoft.LabServices/users/{userName}/getPersonalPreferencesGlobalUsers_GetPersonalPreferences
POST
/providers/Microsoft.LabServices/users/{userName}/listEnvironmentsGlobalUsers_ListEnvironments
POST
/providers/Microsoft.LabServices/users/{userName}/listLabsGlobalUsers_ListLabs
POST
/providers/Microsoft.LabServices/users/{userName}/registerGlobalUsers_Register
POST
/providers/Microsoft.LabServices/users/{userName}/resetPasswordGlobalUsers_ResetPassword
POST
/providers/Microsoft.LabServices/users/{userName}/startEnvironmentGlobalUsers_StartEnvironment