mcpbeat Sign in

Django Telescope MCP Server

by raisiqueira Your server? Claim it
local only

Django Telescope runs on your own machine — the client starts it, so there is no endpoint to ping. 75 installs a week from pypi. Last commit 31 Jul 2026.

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

Installs per day peak 25 · avg 11 · -12% w/w
a month agotoday
75
Installs / week
pypi · django-telescope
112
Stars
0 open issues
31 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

What changed 41

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
12 Sep the owner changed
11 Sep the owner changed
10 Sep the owner changed
9 Sep the owner changed
and 31 more, back to 9 August 2026

Nothing serious here today

Today is the operative word: we check Django Telescope 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-telescope -- uvx django-telescope
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "django-telescope": {
      "args": [
        "django-telescope"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.django-telescope]
command = "uvx"
args = ["django-telescope"]
.cursor/mcp.json
{
  "mcpServers": {
    "django-telescope": {
      "args": [
        "django-telescope"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "django-telescope": {
      "args": [
        "django-telescope"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: DJANGO_SETTINGS_MODULE (Django settings module path (e.g., 'myproject.settings')). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Django Telescope

same job, measured the same way
Cap Js
by cap-js

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

48 297 installs/wk local only
Mdk MCP Server
by sap

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

7 358 installs/wk local only
MCP Server Tauri
by hypothesi

A Model Context Protocol server for use with Tauri v2 applications

1 838 installs/wk local only
MCP Server Tauri
by hushlor

A Model Context Protocol server for use with Tauri v2 applications

261 installs/wk local only
Deployhq MCP Server
by deployhq

Model Context Protocol (MCP) server for DeployHQ API integration

33 installs/wk local only
MCP For API
by appwrite

MCP (Model Context Protocol) server for Appwrite

33 496 installs/wk local only
Esa MCP Server
by koki-develop

A Model Context Protocol (MCP) server for esa.io

74 installs/wk local only
L0 Py Blocks MCP
by selisedigitalplatforms

A Model Context Protocol (MCP) server for Selise Blocks Cloud integration

36 tools answering

Django Telescope — questions

Answers built from our own checks of this server.

Why is there no uptime for Django Telescope?
Django Telescope 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-telescope was installed 75 times last week.
How do I connect Django Telescope?
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-telescope straight from pypi; nothing to host, nothing to sign up for.
How many people use Django Telescope?
The pypi package django-telescope was installed 75 times in the last week. Week over week that is -12%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Django Telescope open source?
Yes — it is published under the MIT licence, written in Python and 112 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.