django-cors-headers

GitHub

Django app for handling the server headers required for Cross-Origin Resource Sharing (CORS)

5,586 stars Python #cors#django
RAW Config

Claude Desktop Configuration

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

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