HomeProductivity › moodle-mcp-server

moodle-mcp-server

Query Moodle LMS data through natural language. Attach your agent to your LMS data.

TypeScript Local macOSWindowsLinux
★ 0 stars Last pushed 2026-09-09 License: AGPL-3.0

Topics: Education

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.4)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "moodle-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "MOODLE_URL": "<YOUR_VALUE>",
        "MOODLE_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • MOODLE_URL required — Base URL for the Moodle instance to query.
  • MOODLE_TOKEN required secret — Moodle Web Services API token.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry