Back to directory
loyaniu/moodle-mcp

loyaniu/moodle-mcp

@loyaniu

A Model Context Protocol (MCP) server implementation that provides capabilities to interact with Moodle LMS

moodlelmseducationlearningcontext-protocolmcp-serverpythoncontext

Installation & Configuration

{
  "mcpServers": {
    "moodle-mcp": {
      "command": "uvx",
      "args": [
        "moodle-mcp"
      ],
      "env": {
        "MOODLE_URL": "https://{your-moodle-url}/webservice/rest/server.php",
        "MOODLE_TOKEN": "{your-moodle-token}"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/13
Updated
2026/6/15