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
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"django-mcp-server": {
"command": "uvx",
"args": [
"django-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add django-mcp-server uvx django-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"django-mcp-server": {
"command": "uvx",
"args": [
"django-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install django-mcp-server