Skip to content
MCP-BridgeMCP-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://mcpbridge.org/config/azure-com-labservices-ml.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to 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"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "azure-com-labservices-ml": {
      "url": "https://mcpbridge.org/config/azure-com-labservices-ml.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "azure-com-labservices-ml": {
      "url": "https://mcpbridge.org/config/azure-com-labservices-ml.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/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://mcpbridge.org/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