MCP server

Microsoft Entra

MCP

Official 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

    read

    Users in the tenant.

  • search_groups

    read

    Groups and membership.

  • apps

    read

    Enterprise applications.

Guardrails

  • OAuth or an API key you provide
  • Writes are separate tools
  • Scope is the account you connect

entra-mcp.mcp/tools

Tools

  • search_users

    Users in the tenant.

    read
  • search_groups

    Groups and membership.

    read
  • apps

    Enterprise applications.

    read

Last call

{ "ok": true,
  "tool": "search_users",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.