Connect AI to Microsoft Entra to find users, groups, and memberships.
This MCP tool is described as providing access to Microsoft Entra directory data via Microsoft Graph for user/group lookup and membership checks. It is open source and does not explicitly declare extra remote endpoints or secrets, but its directory-data access and low-adoption third-party origin warrant cautious use.
The materials say no keys/environment variables are required, but access to Microsoft Entra via Microsoft Graph typically implies some Microsoft authentication context or token in practice. The docs do not explain credential acquisition, storage, or permission scope, creating caution around opaque credential handling or over-privileged auth.
The description explicitly states it uses the Microsoft Graph API, so directory queries will be sent to Microsoft services. No unrelated third-party endpoints or obvious exfiltration red flags are stated, but user queries and directory metadata are expected to leave the local environment to Graph.
The system flags executes-code, indicating the MCP server runs code locally. The provided materials do not show requests for unusual system privileges or dangerous actions unrelated to its stated purpose, so this is a normal caution-level capability rather than a specific high-risk red flag.
Its stated functions include searching users, groups, and memberships, which implies access to organizational identity directory data. The materials do not show local file read/write needs or access beyond directory-query use cases; however, directory data is often sensitive, so the actual Graph permission scope should be reviewed carefully.
A public GitHub repository is available for audit, which is a positive risk-reducing factor. However, it comes from a third-party registry, has no declared license, shows 0 stars, and has unknown maintenance status, indicating weak maturity and maintenance signals and justifying source/dependency review before use.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "Microsoft Entra MCP Server" yet — see the docs or source repo.
Search Microsoft Entra for a user named "Wang Lei" and return the display name, email, job title, and department.
Returns the matched user's basic directory details for identity and account verification.
Check whether [email protected] belongs to the "Finance-Reporting" group and list related group memberships.
Returns whether the user is in the target group and a list of related memberships.
Search Microsoft Entra for groups with names containing "HR" and list each group's name and identifying details.
Returns matching groups to help quickly locate directory objects in the organization.
Manage Entra ID users, access, devices, and security policies via Microsoft Graph.
Search Microsoft Entra ID and Graph permissions plus first-party app details.
Connect Outlook mail, calendar, and contacts to automate communication and scheduling.
Query and manage Microsoft SQL Server databases with natural language.
Securely connect Microsoft 365 services to AI for workplace collaboration tasks.
Authenticate users with Entra ID and manage scoped Cosmos DB data.