Back to MCP Servers
Entraid
A MCP server for Microsoft Entra ID (Azure AD) directory, user, group, device, sign-in, and security operations via Microsoft Graph Python SDK.
securitypythonazureai
By hieuttmmo
Installation
npx -y entraid-mcp-serverConfiguration
{
"mcpServers": {
"entraid-mcp-server": {
"command": "npx",
"args": ["-y", "entraid-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes