Django Admin MCP
UnclaimedExpose Django admin models to MCP (Model Context Protocol) clients. Add a mixin to your ModelAdmin classes and let AI assistants like Claude perform CRUD operations, execute admin actions, and explore relationships—all respecting Django's permission system.
Install
pip install django-admin-mcpUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (13)
action_article
Execute an admin action on selected records
actions_article
List available admin actions for the model
autocomplete_article
Search suggestions for autocomplete fields
bulk_article
Bulk create, update, or delete multiple records
create_article
Create a new article with field values
delete_article
Delete an article by id
describe_article
Get field definitions, types, and constraints
find_models
Discover all exposed models and their available tools
get_article
Get a single article by id
history_article
View Django admin change history
list_article
List all articles with pagination (limit, offset) and filtering
related_article
Get related objects via foreign keys
update_article
Update an existing article by id