Developer ToolsAuto-generated
ComputeDiskAdminManagementClient MCP Server
The Admin Compute Disk Management Client.
Quick Setup
Transport: STDIO
Command: npx -y @mcp/azure-com-azsadmin-disks
Environment Variables
COMPUTEDISKADMINMANAGEMENTCLIENT_API_KEYExample: your_computediskadminmanagementclient_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"azure-com-azsadmin-disks": {
"command": "npx",
"args": ["-y","@mcp/azure-com-azsadmin-disks"],
"env": {
"COMPUTEDISKADMINMANAGEMENTCLIENT_API_KEY": "your_computediskadminmanagementclient_api_key"
}
}
}
}Endpoints
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Compute.Admin/locations/{location}/disksDisks_List
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Compute.Admin/locations/{location}/disks/{DiskId}Disks_Get