MCP server

Microsoft Entra
MCPOfficial Microsoft MCP for Entra data.
microsoft/EnterpriseMCP. Query directory objects in the tenant you sign into.
latest·Proprietary·Updated this quarter·github.com/microsoft/EnterpriseMCP·Transport: http
Claude CodeCursorDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"entra": {
"url": "https://mcp.svc.cloud.microsoft/enterprise"
}
}
}By Microsoft
Spec
What the server actually exposes.
search_users
readUsers in the tenant.
search_groups
readGroups and membership.
apps
readEnterprise applications.
Guardrails
- OAuth or an API key you provide
- Writes are separate tools
- Scope is the account you connect
entra-mcp.mcp/tools
Tools
- read
search_users
Users in the tenant.
- read
search_groups
Groups and membership.
- read
apps
Enterprise applications.
Last call
{ "ok": true,
"tool": "search_users",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
