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.

django-ai-boost
52
Established
django-admin-mcp
51
Established
Maintenance 13/25
Adoption 17/25
Maturity 18/25
Community 4/25
Maintenance 10/25
Adoption 10/25
Maturity 18/25
Community 13/25
Stars: 79
Forks: 2
Downloads: 2,285
Commits (30d): 0
Language: Python
License: MIT
Stars: 9
Forks: 2
Downloads: 206
Commits (30d): 0
Language: Python
License: GPL-3.0
No risk flags
No risk flags

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