django-ai-boost and django-admin-mcp
These are complementary tools: django-ai-boost provides general AI enhancement capabilities for Django applications, while django-admin-mcp specifically exposes Django admin functionality to MCP clients, allowing them to be used together to give AI assistants both broad application context and direct admin operation capabilities.
About django-ai-boost
vintasoftware/django-ai-boost
A MCP server for Django applications, inspired by Laravel Boost.
Exposes Django project metadata—models, URLs, migrations, settings, and logs—through MCP tools using FastMCP's async architecture, enabling AI assistants to understand and navigate codebases without manual context. Supports both stdio transport (local development) and SSE transport with optional bearer token authentication for production deployments. Integrates with Cursor, Claude Desktop, GitHub Copilot, and other MCP-compatible AI editors for seamless in-editor assistance.
About django-admin-mcp
7tg/django-admin-mcp
Expose 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.
Implements an HTTP-based MCP server using Pydantic for schema validation and field introspection, allowing AI clients to interact with Django models through automatically generated tools that respect the admin's permission and filtering configuration. The architecture exposes CRUD operations, admin actions, bulk operations, and relationship traversal—each tied to Django's permission framework via Bearer token authentication. Supports Django 3.2 through 5.x with zero external dependencies beyond Django and Pydantic.
Scores updated daily from GitHub, PyPI, and npm data. How scores work