Skip to content
MCP-Bridge
Developer Tools

IntuneResourceManagementClient MCP Config

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

Config URL

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

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

Configuration JSON

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

{
  "mcpServers": {
    "azure-com-intune": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-intune"],
      "env": {
      "INTUNERESOURCEMANAGEMENTCLIENT_API_KEY": "your_intuneresourcemanagementclient_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-intune.json

Environment Variables

INTUNERESOURCEMANAGEMENTCLIENT_API_KEY

Replace your_intuneresourcemanagementclient_api_key with your actual 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