Django Admin MCP for Cursor
io.github.7tg/django-admin-mcp
Django admin models over MCP: CRUD, actions, history, autocomplete — capped by Django permissions.
client:Cursor
transport:stdio
runtime:pypi
Install Django Admin MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"django-admin-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"django-admin-mcp"
],
"env": {
"host": "<host>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs