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.
Quick Start
Clone the repository:
git clone https://github.com/hieuttmmo/entraid-mcp-serverClaude 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.