The Microsoft Intune integration in the MCP Store allows you to connect your Intune environment to Atomicwork. Once connected, you can grant your AI agents and workflow builders access to Intune tools to automate device management tasks.
The setup process for the Azure AD MCP Server is the same as the Intune setup which is why the video covers both. Please use the correct server permissions when setting up both.
Note: The Microsoft Intune MCP Server is in beta so changes on their end might affect tool use.
Complete the prerequisites
Before connecting the integration in Atomicwork, you must configure permissions in Azure Cloud Shell.
Open Azure Cloud Shell and start a PowerShell session.
Install the Microsoft Entra Beta Module by running:
Install-Module Microsoft.Entra.Beta -Force -AllowClobberConnect to Microsoft Entra with the required scopes by running:
Connect-Entra -Scopes 'Application.ReadWrite.All', 'Directory.Read.All', 'DelegatedPermissionGrant.ReadWrite.All'Authenticate via your browser at https://login.microsoft.com/device using the device code provided in your terminal.
Grant the MCP Server permissions to the application by running the following command, replacing the placeholder with your actual Client ID:
Grant-EntraBetaMCPServerPermission -ApplicationId "<MS_INTUNE_MCP_CLIENT_ID>" -Scopes "MCP.User.Read.All", "MCP.Device.Read.All", "MCP.Application.Read.All", "MCP.GroupMember.Read.All"
Connect the integration
After completing the terminal setup, you can connect the integration in Atomicwork.
Go to Settings > MCP Store > Microsoft Intune.
Click the Microsoft Intune tile.
Click Connect.
After a successful setup, a list of all available tools appears on your screen. You can update this list as needed based on your software platform.
Manage tool access
Once the setup is complete, you can configure which agents and builders can use the Microsoft Intune tools.
Go to AI Workforce > Agent > Tools.
Give agents granular or complete access to the available tools.
The AI workflow builder and the coding agent also have access to the MCP server while building workflows and writing code scripts respectively.
