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_KEYExample: 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/locationsGetLocations
GET
/providers/Microsoft.Intune/locations/hostNameGetLocationByHostName
GET
/providers/Microsoft.Intune/locations/{hostName}/AndroidPolicies/{policyName}/appsAndroid_GetAppForMAMPolicy
GET
/providers/Microsoft.Intune/locations/{hostName}/androidPoliciesAndroid_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