The Django MCP Server implements the Model Context Protocol as a Django extension, enabling MCP clients and AI agents to interact with Django applications through exposed models and logic. It provides tools for declaratively exposing Django models for safe querying, converting Django Rest Framework APIs to MCP tools via annotations, and serving an MCP endpoint within Django applications that works on both WSGI and ASGI. The server solves the problem of integrating Django applications with AI agents and tools like Claude AI and Google ADK by providing a standardized, secure interface for external systems to query and interact with Django data and business logic.
claude mcp add --transport stdio gts360-django-mcp-server uvx django-mcp-server