Microsoft Graph & ARM
Connect AI assistants to Microsoft Graph and Azure Resource Manager via an Entra app registration.
Early Access — Reach out to your Natoma representative for access.
Type: Community
Source Type: Repository
Source: GitHub
Description: Microsoft Graph and ARM MCP server (powered by Lokka) provides AI assistants with access to Microsoft Graph and Azure Resource Manager. It enables querying users, groups, applications, devices, mailboxes, and Azure resources through an Entra ID app registration.
Configuration Parameters:
Tenant ID * - Directory (tenant) ID from your Entra app registration.
Client ID * - Application (client) ID from your Entra app registration.
Client Secret * (sensitive) - Client secret created under Certificates & secrets.
Setup Steps:
Open the Microsoft Entra admin center and go to Identity → Applications → App registrations → New registration.
Name the app (e.g.
Natoma MCP) and register. Copy the Application (client) ID and Directory (tenant) ID.Under API permissions, add the Microsoft Graph application permissions you need (e.g.
Directory.Read.All,User.Read.All,Group.Read.All) and grant admin consent. For Azure RM access, add Azure Service Management → user_impersonation or use a service principal with appropriate Azure RBAC.Under Certificates & secrets → Client secrets → New client secret, copy the secret Value immediately.
When creating the connection in Natoma, paste the Tenant ID, Client ID, and Client Secret and save.
Last updated

