Django app for handling the server headers required for Cross-Origin Resource Sharing (CORS)
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"django-cors-headers": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-django-cors-headers"
]
}
}
}