Django MCP Server is a Django extensions to easily enable AI Agents to interact with Django Apps through the Model Context Protocol it works equally well on WSGI and ASGI
{
"mcpServers": {
"django": {
"command": "uvx",
"args": [
"django-mcp-server"
]
}
}
}