EduPage MCP Server
Rank #8,906io.github.oliverhruby/edupage-mcp
EduPage MCP: timetables, grades, homework, meals, messages, 2FA, multi-school, role-aware.
EduPage MCP Server is a Model Context Protocol (MCP) server published by oliverhruby. It ranks #8,906 of 132,113 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. EduPage MCP Server is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Sep 3, 2026 and most recently updated on Sep 14, 2026.
Ranks ahead of 123,207 of 132,113 servers on MCP Toplist.
Use EduPage MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http edupage-mcp https://ghcr.io/oliverhruby/edupage-mcp:latestclaude mcp add edupage-mcp -e "EDUPAGE_USERNAME=<your EDUPAGE_USERNAME>" -e "EDUPAGE_PASSWORD=<your EDUPAGE_PASSWORD>" -e "EDUPAGE_SUBDOMAINS=<your EDUPAGE_SUBDOMAINS>" -- uvx edupage-mcp-fullReplace each placeholder with your own value before saving.
[mcp_servers.edupage-mcp]
url = "https://ghcr.io/oliverhruby/edupage-mcp:latest"Add to ~/.codex/config.toml.
[mcp_servers.edupage-mcp]
command = "uvx"
args = ["edupage-mcp-full"]
[mcp_servers.edupage-mcp.env]
EDUPAGE_USERNAME = "<your EDUPAGE_USERNAME>"
EDUPAGE_PASSWORD = "<your EDUPAGE_PASSWORD>"
EDUPAGE_SUBDOMAINS = "<your EDUPAGE_SUBDOMAINS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://ghcr.io/oliverhruby/edupage-mcp:latestSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"edupage-mcp": {
"command": "uvx",
"args": [
"edupage-mcp-full"
],
"env": {
"EDUPAGE_USERNAME": "<your EDUPAGE_USERNAME>",
"EDUPAGE_PASSWORD": "<your EDUPAGE_PASSWORD>",
"EDUPAGE_SUBDOMAINS": "<your EDUPAGE_SUBDOMAINS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"edupage-mcp": {
"url": "https://ghcr.io/oliverhruby/edupage-mcp:latest"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"edupage-mcp": {
"command": "uvx",
"args": [
"edupage-mcp-full"
],
"env": {
"EDUPAGE_USERNAME": "<your EDUPAGE_USERNAME>",
"EDUPAGE_PASSWORD": "<your EDUPAGE_PASSWORD>",
"EDUPAGE_SUBDOMAINS": "<your EDUPAGE_SUBDOMAINS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"edupage-mcp": {
"type": "http",
"url": "https://ghcr.io/oliverhruby/edupage-mcp:latest"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"edupage-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"edupage-mcp-full"
],
"env": {
"EDUPAGE_USERNAME": "<your EDUPAGE_USERNAME>",
"EDUPAGE_PASSWORD": "<your EDUPAGE_PASSWORD>",
"EDUPAGE_SUBDOMAINS": "<your EDUPAGE_SUBDOMAINS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"edupage-mcp": {
"serverUrl": "https://ghcr.io/oliverhruby/edupage-mcp:latest"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"edupage-mcp": {
"command": "uvx",
"args": [
"edupage-mcp-full"
],
"env": {
"EDUPAGE_USERNAME": "<your EDUPAGE_USERNAME>",
"EDUPAGE_PASSWORD": "<your EDUPAGE_PASSWORD>",
"EDUPAGE_SUBDOMAINS": "<your EDUPAGE_SUBDOMAINS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"edupage-mcp": {
"url": "https://ghcr.io/oliverhruby/edupage-mcp:latest"
}
}
}{
"mcpServers": {
"edupage-mcp": {
"command": "uvx",
"args": [
"edupage-mcp-full"
],
"env": {
"EDUPAGE_USERNAME": "<your EDUPAGE_USERNAME>",
"EDUPAGE_PASSWORD": "<your EDUPAGE_PASSWORD>",
"EDUPAGE_SUBDOMAINS": "<your EDUPAGE_SUBDOMAINS>"
}
}
}
}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.oliverhruby%2Fedupage-mcp)<a href="https://mcptoplist.com/server/io.github.oliverhruby%2Fedupage-mcp"><img src="https://mcptoplist.com/badge/io.github.oliverhruby%2Fedupage-mcp.svg" alt="MCP Toplist: Top 10% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
oliverhruby
Other servers by oliverhruby
View all oliverhruby servers →Available versions (2)
| Version | Published |
|---|---|
| 0.4.11 | Sep 14, 2026 |
| 0.4.6 | Sep 9, 2026 |
Frequently asked questions
- Who maintains EduPage MCP Server?
- EduPage MCP Server is maintained by oliverhruby, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is EduPage MCP Server listed on the Official MCP Registry?
- Yes — EduPage MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does EduPage MCP Server have?
- MCP Toplist tracks 2 versions of EduPage MCP Server, most recently published on Sep 14, 2026.
- Where can I find the source code for EduPage MCP Server?
- The source code for EduPage MCP Server is hosted at github.com/oliverhruby/edupage-mcp.
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.