Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Mydy Lms

БесплатноНе проверен

An MCP server for interacting with the MyDy (Moodle-based) LMS, enabling attendance viewing, course browsing, assignment and grade checking, announcement readin

GitHubEmbed

Описание

An MCP server for interacting with the MyDy (Moodle-based) LMS, enabling attendance viewing, course browsing, assignment and grade checking, announcement reading, and material downloading.

README

A terminal UI application and MCP server for interacting with the MyDy (Moodle-based) LMS at D.Y. Patil institutions. View attendance, browse courses, check assignments and grades, read announcements, and download course materials.

Screenshots

MyDy_LMS_Helper_2026-03-21T02_48_44_883104 MyDy_LMS_Helper_2026-03-21T02_50_00_030190 MyDy_LMS_Helper_2026-03-21T02_50_03_617570 MyDy_LMS_Helper_2026-03-21T02_50_07_599421 MyDy_LMS_Helper_2026-03-21T02_50_21_603458 MyDy_LMS_Helper_2026-03-21T02_50_11_961475 MyDy_LMS_Helper_2026-03-21T02_51_47_161948

Features

  • Dashboard — Attendance summary + current semester courses at a glance
  • Course Detail — Tabbed view with Content, Assignments, Grades, and Announcements
  • Download Materials — Download from a single course or bulk download from multiple
  • Login Screen — Auto-login from .env or manual login via the UI
  • MCP Server — Let AI assistants interact with your LMS

Setup

1. Clone and install

git clone https://github.com/your-username/mydy-lms-helper.git
cd mydy-lms-helper
python -m venv .venv
source .venv/bin/activate  # Linux/Mac
# .venv\Scripts\activate   # Windows
uv pip install -r requirements.txt
# or: pip install -r requirements.txt

2. Configure credentials (optional)

Create a .env file:

MYDY_USERNAME="[email protected]"
MYDY_PASSWORD="your_password"

If no .env is present, the app will show a login screen on startup.

3. Run the TUI

python __main__.py

Navigation

Key / Action What it does
Click sidebar items Switch between Dashboard, All Courses, Bulk Download
Click a course Open course detail page with tabs
Back button Return to previous view
Download Materials Download all files from the current course
q Quit

MCP Server

The project also includes an MCP (Model Context Protocol) server for AI assistants like Claude Code.

Quick Setup with Claude Code

claude mcp add mydy-lms -e [email protected] -e MYDY_PASSWORD=your_password -- python /path/to/mcp_server.py

Manual Config

{
  "mcpServers": {
    "mydy-lms": {
      "command": "python",
      "args": ["/path/to/mcp_server.py"],
      "env": {
        "MYDY_USERNAME": "[email protected]",
        "MYDY_PASSWORD": "your_password"
      }
    }
  }
}

Available MCP Tools

Tool Description
login Authenticate with the LMS portal
list_courses List all enrolled courses
get_course_content List sections and activities in a course
get_assignments View assignments with due dates and submission status
get_grades Fetch grade report for a course
get_announcements Read course announcements
get_attendance View attendance summary for current semester
download_course_materials Download materials from specific or all courses

Project Structure

mydy-lms-helper/
├── __main__.py       # Entry point
├── app.py            # Textual TUI application
├── client.py         # HTTP client (shared by TUI and MCP server)
├── mcp_server.py     # MCP server for AI assistants
├── requirements.txt  # Dependencies
└── .env              # Credentials (gitignored)

Requirements

  • Python 3.10+
  • Internet connection
  • Valid MyDy LMS account

License

MIT License. Use at your own risk.

Disclaimer

This tool is for educational purposes only. Respect your institution's terms of service and use responsibly. Only download content you have legitimate access to. This project is unofficial and made for personal/educational use. DY Patil or MyDY is not associated with this project.

Use responsibly. The author is not responsible for misuse, data loss, or violations of institutional policies.

from github.com/Deeptanshuu/mydy-lms-helper

Установка Mydy Lms

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/Deeptanshuu/mydy-lms-helper

FAQ

Mydy Lms MCP бесплатный?

Да, Mydy Lms MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Mydy Lms?

Нет, Mydy Lms работает без API-ключей и переменных окружения.

Mydy Lms — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Mydy Lms в Claude Desktop, Claude Code или Cursor?

Открой Mydy Lms на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Mydy Lms with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development