Loading MCP server directory, please wait...
Query Moodle LMS data through natural language. Attach your agent to your LMS data.
npx @getmcp/cli add io.github.csmediapro/moodle-mcp-server-aqlRequires Node.js 18+. Community-contributed server. Review source before installing.
MOODLE_URLBase URL for the Moodle instance to query.
MOODLE_TOKENMoodle Web Services API token.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.csmediapro/moodle-mcp-server-aql": {
"command": "npx",
"args": [
"-y",
"moodle-mcp-server-aql"
],
"env": {
"MOODLE_URL": "",
"MOODLE_TOKEN": ""
}
}
}
}