moodle-mcp-server
Rank #15,340io.github.csmediapro/moodle-mcp-server-aql
Query Moodle LMS data through natural language. Attach your agent to your LMS data.
moodle-mcp-server is a Model Context Protocol (MCP) server published by csmediapro. It ranks #15,340 of 132,345 servers tracked on MCP Toplist. moodle-mcp-server is listed across 2 registries — Official MCP and Glama, with 5 tracked versions. It was first listed on Aug 18, 2026 and most recently updated on Sep 9, 2026.
Ranks ahead of 117,005 of 132,345 servers on MCP Toplist.
Use moodle-mcp-server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add moodle-mcp-server-aql -e "MOODLE_URL=<your MOODLE_URL>" -e "MOODLE_TOKEN=<your MOODLE_TOKEN>" -- npx -y moodle-mcp-server-aqlReplace each placeholder with your own value before saving.
[mcp_servers.moodle-mcp-server-aql]
command = "npx"
args = ["-y", "moodle-mcp-server-aql"]
[mcp_servers.moodle-mcp-server-aql.env]
MOODLE_URL = "<your MOODLE_URL>"
MOODLE_TOKEN = "<your MOODLE_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"moodle-mcp-server-aql": {
"command": "npx",
"args": [
"-y",
"moodle-mcp-server-aql"
],
"env": {
"MOODLE_URL": "<your MOODLE_URL>",
"MOODLE_TOKEN": "<your MOODLE_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"moodle-mcp-server-aql": {
"command": "npx",
"args": [
"-y",
"moodle-mcp-server-aql"
],
"env": {
"MOODLE_URL": "<your MOODLE_URL>",
"MOODLE_TOKEN": "<your MOODLE_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"moodle-mcp-server-aql": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"moodle-mcp-server-aql"
],
"env": {
"MOODLE_URL": "<your MOODLE_URL>",
"MOODLE_TOKEN": "<your MOODLE_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"moodle-mcp-server-aql": {
"command": "npx",
"args": [
"-y",
"moodle-mcp-server-aql"
],
"env": {
"MOODLE_URL": "<your MOODLE_URL>",
"MOODLE_TOKEN": "<your MOODLE_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"moodle-mcp-server-aql": {
"command": "npx",
"args": [
"-y",
"moodle-mcp-server-aql"
],
"env": {
"MOODLE_URL": "<your MOODLE_URL>",
"MOODLE_TOKEN": "<your MOODLE_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.csmediapro%2Fmoodle-mcp-server-aql)<a href="https://mcptoplist.com/server/io.github.csmediapro%2Fmoodle-mcp-server-aql"><img src="https://mcptoplist.com/badge/io.github.csmediapro%2Fmoodle-mcp-server-aql.svg" alt="MCP Toplist: Top 25% of 132,345" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
csmediapro
Available versions (5)
| Version | Published |
|---|---|
| 0.1.4 | Sep 9, 2026 |
| 0.1.3 | Sep 8, 2026 |
| 0.1.2 | Sep 3, 2026 |
| 0.1.1 | Sep 3, 2026 |
| 0.1.0 | Aug 18, 2026 |
Frequently asked questions
- Who maintains moodle-mcp-server?
- moodle-mcp-server is maintained by csmediapro, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is moodle-mcp-server listed on the Official MCP Registry?
- Yes — moodle-mcp-server is listed on the Official MCP Registry, alongside Glama.
- How many versions does moodle-mcp-server have?
- MCP Toplist tracks 5 versions of moodle-mcp-server, most recently published on Sep 9, 2026.
- Where can I find the source code for moodle-mcp-server?
- The source code for moodle-mcp-server is hosted at github.com/csmediapro/moodle-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.