Skip to content
MCP-Bridge
Developer Tools

ManagedLabsClient Claude Desktop Config

Add the ManagedLabsClient 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-labservices-ml": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/azure-com-labservices-ml"
      ],
      "env": {
        "MANAGEDLABSCLIENT_API_KEY": "your_managedlabsclient_api_key"
      }
    }
  }
}

Environment Variables

MANAGEDLABSCLIENT_API_KEY

Replace your_managedlabsclient_api_key with your actual managedlabsclient api key

Endpoints

GET/providers/Microsoft.LabServices/operations

ProviderOperations_List

POST/providers/Microsoft.LabServices/users/{userName}/getEnvironment

GlobalUsers_GetEnvironment

POST/providers/Microsoft.LabServices/users/{userName}/getOperationBatchStatus

GlobalUsers_GetOperationBatchStatus

POST/providers/Microsoft.LabServices/users/{userName}/getOperationStatus

GlobalUsers_GetOperationStatus

POST/providers/Microsoft.LabServices/users/{userName}/getPersonalPreferences

GlobalUsers_GetPersonalPreferences

POST/providers/Microsoft.LabServices/users/{userName}/listEnvironments

GlobalUsers_ListEnvironments

POST/providers/Microsoft.LabServices/users/{userName}/listLabs

GlobalUsers_ListLabs

POST/providers/Microsoft.LabServices/users/{userName}/register

GlobalUsers_Register

POST/providers/Microsoft.LabServices/users/{userName}/resetPassword

GlobalUsers_ResetPassword

POST/providers/Microsoft.LabServices/users/{userName}/startEnvironment

GlobalUsers_StartEnvironment