Skip to main content
SecurityPython

hieutran/entraid-mcp-server

A MCP server for Microsoft Entra ID (Azure AD) directory, user, group, device, sign-in, and security operations via Microsoft Graph Python SDK.

securitycloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/hieuttmmo/entraid-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "entraid-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "hieutran/entraid-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Security
Language
Python
Author
hieuttmmo