MCP Servers / development / Django MCP Server

Django MCP Server

JSON →
stdionone337development

A Django extension to enable AI agents to interact with Django apps through the Model Context Protocol.

Install
How to run this server
[ { "cmd": "pip install django-mcp-server", "imports": [] } ]
server path: django-mcp-server
Tools
What this server exposes
ModelQueryToolset
Base class to expose Django models as MCP tools for querying
MCPToolset
Base class to publish generic methods as MCP tools (private _ methods are not published)
add
A service to add two numbers together
send_email
A tool to send emails
Configuration
Environment & auth
authnone
Resources
Django MCP Server — MCP Server · libregistry