djangorestframework-mcp-server

Artui/djangorestframework-mcp-server
★ 1 stars Python 🌐 Browser/Web Updated today
Expose djangorestframework-services services and selectors as a Model Context Protocol (MCP) 2025-11-25 Streamable HTTP server.
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": {
    "djangorestframework-": {
      "command": "uvx",
      "args": [
        "djangorestframework-mcp-server"
      ]
    }
  }
}

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