django-mcp-server
24
Django MCP Server is a Django extension that enables AI agents and MCP clients to interact with Django applications using the Model Context Protocol. It features seamless integration with various AI frameworks and easy exposure of Django models as MCP tools.
Django MCP Server
Django MCP Server is an extension for Django, implementing the Model Context Protocol (MCP). It allows AI agents and MCP clients to interact with any Django application seamlessly.
Features
- Expose Django models as MCP tools.
- Integrate with AI agents and MCP clients.
Quick Start
- Install via pip.
- Add
mcp_server
toINSTALLED_APPS
and configure urls. - Define MCP tools by subclassing
ModelQueryTool
orMCPToolset
.
Integration
Compatible with various agent frameworks including Google's Agent Development Kit.