django-admin-mcp-api

MartinCastroAlvarez/django-admin-mcp-api
★ 4 stars Python AI/LLM Updated 12d ago
Drop-in MCP server for the Django admin. Mount in two lines and any MCP agent — Claude, Cursor, custom — drives your existing ModelAdmin through your existing session auth, permissions, and forms. No tokens, no parallel systems, no new code. Pip install, include the URL, you're done.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "django-admin-mcp-api": {
      "command": "uvx",
      "args": [
        "django-admin-mcp-api"
      ]
    }
  }
}

Or install with pip: pip install django-admin-mcp-api

README Excerpt

> An MCP server for the Django admin — **same permissions, same `ModelAdmin`, no new features.** `django-admin-mcp-api` lets AI agents — Claude, Cursor, anything that speaks the [Model Context Protocol](https://modelcontextprotocol.io) — drive your Django admin. Every `ModelAdmin` you've already registered

Tools (2)

deactivatestaff_admin

Topics

agentsaidjangodjango-adminjson-rpcllmmcpmodel-context-protocolopen-sourcepython