moodle-mcp

loyaniu/moodle-mcp
★ 22 stars Python Code/Dev Tools Updated today
A Model Context Protocol (MCP) server implementation that provides capabilities to interact with Moodle LMS
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "moodle-mcp": {
      "command": "uvx",
      "args": [
        "moodle-mcp"
      ]
    }
  }
}

Or install with pip: pip install moodle-mcp

README Excerpt

> A Model Context Protocol (MCP) server implementation that provides capabilities to interact with Moodle LMS. The server exposes the following tools. | Tool | Description | | --- | --- | | `get_my_courses` | Get all courses the current user is enrolled in | | `get_course_content` | Get sections and modules for a specific course by its ID |

Tools (20)

analyze_assignmentask_moodlecreate_implementation_plandaily_briefingdecompose_taskextract_assignment_requirementsfind_relevant_materialsget_actionable_tasksget_assignment_statusget_assignmentsget_course_announcementsget_course_contentget_course_healthget_course_progressget_gradesget_my_coursesget_overdue_assignmentsget_recent_activityget_study_loadget_upcoming_deadlines