hanko

GitHub

Modern authentication, on your terms. Open source alternative to Auth0, Clerk, WorkOS, Stytch.

RAW Config

Claude Desktop Configuration

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

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