Back to search
30
MCP

django-rest-mcp

pypi/django-rest-mcp

MCP server for Django REST Framework — auto-discovers DRF views and exposes them as MCP tools

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

Similar MCP servers embedding-nearest

django-rest-framework-mcp
Expose Django REST Framework APIs as MCP servers for LLMs
0 tools
django-drf-mcp
Add MCP (Model Context Protocol) to any Django REST Framework project
0 tools
drf-mcp
Enterprise-grade Model Context Protocol (MCP) integration for Django REST Framework with FastMCP 3.0
0 tools
django-zeromcp
Zero-effort MCP server (and REST API) generator from Django models.
0 tools
DRF Docs
Exposes Django REST Framework API documentation through MCP for AI coding agents to generate frontend integration code.
0 tools
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
0 tools

How to use

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

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