Skip to content

Azure Ad

Free

by MCP Community

MCP server for Azure AD authentication with device code flow

v3.3.6Added Apr 12, 2026
mcpmodel-context-protocolazureazure-adauthentication
Works with:ClaudeGPTGeminiCopilot

Azure Ad MCP Server

MCP server for Azure AD authentication with device code flow

Installation

npx -y @teolin/mcp-azure-ad

Reviews

Leave a Review

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"]
    }
  }
}