IntuneResourceManagementClient Claude Desktop Config
Add the IntuneResourceManagementClient MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"azure-com-intune": {
"command": "npx",
"args": [
"-y",
"@mcp/azure-com-intune"
],
"env": {
"INTUNERESOURCEMANAGEMENTCLIENT_API_KEY": "your_intuneresourcemanagementclient_api_key"
}
}
}
}Environment Variables
INTUNERESOURCEMANAGEMENTCLIENT_API_KEYReplace your_intuneresourcemanagementclient_api_key with your actual 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