Skip to content
Grok

Django Admin MCP for Grok

io.github.7tg/django-admin-mcp

Django admin models over MCP: CRUD, actions, history, autocomplete — capped by Django permissions.

client:Grok transport:stdio runtime:pypi

Install Django Admin MCP in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Django Admin MCP in other clients