django-allauth (MCP Server)

GitHub

Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication. ๐Ÿ” Mirror of https://codeberg.org/allauth/django-allauth/

Claude Desktop Configuration

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

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