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

  1. Install via pip.
  2. Add mcp_server to INSTALLED_APPS and configure urls.
  3. Define MCP tools by subclassing ModelQueryTool or MCPToolset.

Integration

Compatible with various agent frameworks including Google's Agent Development Kit.