better-auth

GitHub

The most comprehensive authentication framework

RAW Config

Claude Desktop Configuration

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

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