Interact with Django REST Framework APIs using natural language and auto-discovered CRUD tools.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "Django DRF MCP Server" yet — see the docs or source repo.
After connecting to this Django DRF service, inspect the users endpoints and fetch the latest 20 users, showing only id, name, and email.
The tool discovers the user endpoints and returns a filtered user list.
Find the create endpoint for products and add a new product record: name 'Pro Plan', price 199, status 'published'.
It identifies the correct create endpoint, creates the record, and returns the result or new record details.
Find the orders endpoint, update order ID 1024 to 'completed', and return the key fields after the update.
The tool locates the order update endpoint, changes the status, and returns an updated order summary.
Expose Django REST Framework APIs as secure MCP tools for AI agents.
Convert Django models into MCP tools and REST APIs, or scaffold projects from schemas.
Generate MCP tools from OpenAPI specs for natural-language API interaction.
Expose OpenAPI endpoints as MCP tools for LLM-driven REST API access.
Use natural language to run MCP-powered browser and text workflows.
Connect to Jupyter via MCP to run code and explore data interactively.