Skip to content

Conversation

zacharypodbela
Copy link

This PR adds Django REST Framework MCP to the Python SDKs section of awesome-mcp-devtools.

About Django REST Framework MCP

Django REST Framework MCP allows Django developers to spin up an MCP Server to expose their existing REST APIs as MCP tools with just a few lines of code.

Key Features:

  • Transform any DRF ViewSet into MCP tools with a single decorator @mcp_viewset()
  • Automatic tool schema generation from DRF serializers
  • Preserves existing permissions, authentication, and filtering

Links:

Django REST Framework MCP enables developers to expose Django REST Framework APIs as MCP tools with automatic tool generation from ViewSets, similar to how fastapi_mcp does for FastAPI.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant