Azure Ad
Freeby MCP Community
MCP server for Azure AD authentication with device code flow
v3.3.6Added Apr 12, 2026
mcpmodel-context-protocolazureazure-adauthentication
Azure Ad MCP Server
MCP server for Azure AD authentication with device code flow
Installation
npx -y @teolin/mcp-azure-ad
Reviews
Installation
Quick install
npx -y @teolin/mcp-azure-ad
Add to claude_desktop_config.json
{
"mcpServers": {
"azure-ad": {
"command": "npx",
"args": ["-y", "@teolin/mcp-azure-ad"]
}
}
}