Agent♥︎Age
Catalog

Django Admin MCP

Official

by 7tg · Python

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

This MCP server exposes Django admin models via the Model Context Protocol (MCP). It supports CRUD operations, server-side actions, history, and autocomplete, while enforcing Django permissions to control access.

🛠️ Key Features

  • CRUD for Django admin models
  • Actions and history support
  • Autocomplete functionality
  • Access control capped by Django permissions

🚀 Use Cases

  • Integrate Django admin model data with MCP-enabled clients
  • Perform create/read/update/delete workflows through an MCP interface
  • Trigger and audit admin-related actions and consult prior history

⚡ Developer Benefits

  • Works with MCP and model-context-protocol tooling
  • Targets Django and django-admin workflows
  • Includes autocomplete to aid client interactions

⚠️ Limitations

  • Functionality is limited by Django permissions

Topics

aiapiautomationclaudedjangodjango-adminllmmcpmodel-context-protocolpython