peancor_moodle-mcp-server
If you are the rightful owner of peancor_moodle-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.
An MCP (Model Context Protocol) server that enables LLMs to interact with the Moodle platform to manage courses, students, assignments, and quizzes.
The Moodle MCP Server is designed to facilitate seamless interaction between large language models (LLMs) and the Moodle platform. It provides a robust interface for managing various aspects of Moodle courses, including student enrollment, assignment handling, and quiz management. By leveraging the Moodle API, this server allows for efficient retrieval and manipulation of course data, enabling automated processes and enhanced educational experiences. The server is built on Node.js and requires a Moodle API token with appropriate permissions to function. It supports integration with platforms like Claude, allowing for automated feedback and grading processes.
Features
- Student Management Tools: Includes tools like 'list_students' to retrieve and display student information such as ID, name, email, and last access time.
- Assignment Management Tools: Features tools like 'get_assignments' and 'get_student_submissions' to manage assignments, view submissions, and provide feedback.
- Quiz Management Tools: Offers tools like 'get_quizzes' and 'get_quiz_attempts' to manage quizzes, view attempts, and provide feedback.