Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by 7tg • Uncategorized
Expose Django admin models to MCP clients via HTTP for CRUD operations, admin actions, and more.
Perform CRUD operations on Django admin models securely.
Execute Django admin actions and bulk operations remotely.
Introspect models, explore relationships, and access change history via MCP.
django-admin-mcp is a Django app that allows you to expose your Django admin models through the Model Context Protocol (MCP) over HTTP. By adding a mixin to your ModelAdmin classes, you get instant access to CRUD operations, admin actions, model introspection, related objects traversal, and change history, all secured with token authentication and respecting Django admin permissions. This enables seamless integration of Django admin data with AI agents or other MCP clients, improving automation and data management workflows.