django-mcp-server
Django MCP Server is a Django extensions to easily enable AI Agents to interact with Django Apps through the Model Context Protocol it works equally well on WSGI and ASGI
File Explorer
Download Latest Version (.zip)- 0001_initial.py
- 0002_location_bird_location.py
- 0003_city_location_city.py
- __init__.py
- __init__.py
- admin.py
- apps.py
- mcp.py
- models.py
- serializers.py
- tests.py
- views.py
- __init__.py
- asgi.py
- settings.py
- urls.py
- wsgi.py
- manage.py
- pytest.ini
- mcp_inspect.py
- stdio_server.py
- __init__.py
- __init__.py
- admin.py
- apps.py
- djangomcp.py
- models.py
- query_tool.py
- tests.py
- urls.py
- views.py
- .env.template
- __init__.py
- agent.py
- .env.template
- __init__.py
- agent.py
- test_mcp_client.py
- test_mcp_server.py
- .gitignore
- LICENCE.md
- pyproject.toml
- README.md
# Installation Guide
git clone https://github.com/gts360/django-mcp-server
Downloads the entire project code from GitHub to your computer.
cd django-mcp-server
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Python 3 Python is required to use pip.
pip install django-mcp-server
Installs the package published on PyPI directly β no need to clone the source.
pip install git+https://github.com/omarbenhamid/django-mcp-server.git
Installs the package published on PyPI directly β no need to clone the source.
Pulled directly from this repo's README.
3. Python
Easypip install django-mcp-server
Installs the package published on PyPI directly β no need to clone the source.
pip install git+https://github.com/omarbenhamid/django-mcp-server.git
Installs the package published on PyPI directly β no need to clone the source.
Pulled directly from this repo's README.
