django-mcp-server

gts360/django-mcp-server
★ 286 stars Python 🤖 AI/LLM Updated 1mo ago
Django MCP Server is a Django extensions to easily enable AI Agents to interact with Django Apps through the Model Context Protocol it works equally well on WSGI and ASGI
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "django-mcp-server": {
      "command": "uvx",
      "args": [
        "django-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install django-mcp-server

Topics

agentic-aiaidjangomodelcontextprotocol