Skip to content
MCP-Bridge
Developer Tools

ManagedLabsClient MCP Config

The Managed Labs Client.

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/azure-com-labservices-ml.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/azure-com-labservices-ml.json to fetch programmatically.

{
  "mcpServers": {
    "azure-com-labservices-ml": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-labservices-ml"],
      "env": {
      "MANAGEDLABSCLIENT_API_KEY": "your_managedlabsclient_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/azure-com-labservices-ml.json

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