mcpbeat Sign in

Django Admin MCP Server

local only

Django Admin MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 17 Sep 2026.

Django admin models over MCP: CRUD, actions, history, autocomplete — capped by Django permissions.

Installs / week
pypi · django-admin-mcp
18
Stars
0 open issues
17 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Django Admin MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add django-admin-mcp -- uvx django-admin-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "django-admin-mcp": {
      "args": [
        "django-admin-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.django-admin-mcp]
command = "uvx"
args = ["django-admin-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "django-admin-mcp": {
      "args": [
        "django-admin-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "django-admin-mcp": {
      "args": [
        "django-admin-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: host (Hostname of your Django deployment that mounts django_admin_mcp.urls (e.g. admin.example.com)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Django Admin MCP

same job, measured the same way
Django Telescope
by raisiqueira

A Model Context Protocol (MCP) server for Django applications, inspired by Laravel Boost

75 installs/wk local only
Cap Js
by cap-js

Model Context Protocol (MCP) server for AI-assisted development of CAP applications.

48 297 installs/wk local only
Perplexity Polza MCP Server
by ivanantigravity-lgtm

Perplexity MCP server backed by the Polza.ai chat completions API.

74 installs/wk local only
Microsoft 365 Admin
by okapi-ca

Microsoft 365 administration via Graph API application permissions (read-only by default).

85 installs/wk local only
Priorify
by priorify

Agent-complete, permission-scoped product operations for Priorify workspaces.

answering
MCP Glm
by acedatacloud

MCP server for GLM chat completions using Zhipu AI models via AceDataCloud

327 installs/wk answering
Frisian MCP (Django)
by frisian-mcp

Your DRF API as MCP tools — 1,800 endpoints become 16 dispatchers, permissioned by Django.

4 tools answering
BT Ops MCP
by tangchangzhe

Secure MCP server for BT Panel operations with scoped permissions and audited writes.

57 installs/wk local only

Django Admin MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Django Admin MCP?
Django Admin MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package django-admin-mcp.
How do I connect Django Admin MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls django-admin-mcp straight from pypi; nothing to host, nothing to sign up for.
Is Django Admin MCP open source?
Yes — it is published under the MIT licence, written in Python and 18 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.