Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Django Admin MCP in other clients