authelia

GitHub

The Single Sign-On Multi-Factor portal for web apps, now OpenID Certifiedβ„’

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "authelia": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-authelia"
      ]
    }
  }
}