Skip to content
Back to search
30
MCP

django-mcp-server

pypi/django-mcp-server

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

Uptime
0.0%
24 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "django-mcp-server": {
      "url": "None",
      "transport": "http"
    }
  }
}