Skip to content
MCP-Bridge
Developer ToolsAuto-generated

IntuneResourceManagementClient MCP Server

Microsoft.Intune Resource provider Api features in the swagger-2.0 specification

Quick Setup

Transport: STDIO

Command: npx -y @mcp/azure-com-intune

Environment Variables

INTUNERESOURCEMANAGEMENTCLIENT_API_KEY

Example: your_intuneresourcemanagementclient_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "azure-com-intune": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-intune"],
      "env": {
      "INTUNERESOURCEMANAGEMENTCLIENT_API_KEY": "your_intuneresourcemanagementclient_api_key"
}
    }
  }
}

Endpoints

GET/providers/Microsoft.Intune/locations

GetLocations

GET/providers/Microsoft.Intune/locations/hostName

GetLocationByHostName

GET/providers/Microsoft.Intune/locations/{hostName}/AndroidPolicies/{policyName}/apps

Android_GetAppForMAMPolicy

GET/providers/Microsoft.Intune/locations/{hostName}/androidPolicies

Android_GetMAMPolicies

GET/providers/Microsoft.Intune/locations/{hostName}/androidPolicies/{policyName}

Android_GetMAMPolicyByName

PUT/providers/Microsoft.Intune/locations/{hostName}/androidPolicies/{policyName}

Android_CreateOrUpdateMAMPolicy

DELETE/providers/Microsoft.Intune/locations/{hostName}/androidPolicies/{policyName}

Android_DeleteMAMPolicy

PATCH/providers/Microsoft.Intune/locations/{hostName}/androidPolicies/{policyName}

Android_PatchMAMPolicy

PUT/providers/Microsoft.Intune/locations/{hostName}/androidPolicies/{policyName}/apps/{appName}

Android_AddAppForMAMPolicy

DELETE/providers/Microsoft.Intune/locations/{hostName}/androidPolicies/{policyName}/apps/{appName}

Android_DeleteAppForMAMPolicy