Django REST Framework

MCP Server

Expose Django REST Framework APIs as MCP tools. Auto-discover endpoints and make them available to LLMs.

by Community

★★★★☆ 4/5 (30 reviews)
420GitHub stars
4.5kinstalls
Updated 2025-12-10
pythonintermediateactive

Installation

pip install djangorestframework-mcp

Quick Start

Add to Django settings:
```python
INSTALLED_APPS = [..., 'djangorestframework_mcp']
```

Tools & Capabilities

list_endpoints
call_endpoint
get_schema

Compatibility

Claude Desktop Continue

About Django REST Framework

Expose Django REST Framework APIs as MCP tools. Auto-discover endpoints and make them available to LLMs.

View on GitHub →

Language: Python

Category: Developer Tools

← Back to MCP Hub Directory