EduBase MCP Server
Rank #2154glama/EduBase/MCP
Enables AI assistants to interact with the EduBase educational platform to create quizzes, upload questions, schedule exams, manage educational content, and analyze user results through natural language.
EduBase MCP Server is a Model Context Protocol (MCP) server published by EduBase. It ranks #2154 of 58,900 servers tracked on MCP Toplist, and its repository has 26 GitHub stars. EduBase MCP Server is listed across 3 registries — Official MCP, Glama and mcp.so, with 3 tracked versions. It was first listed on Mar 5, 2025 and most recently updated on May 16, 2026.
Ranks ahead of 56,746 of 58,900 servers on MCP Toplist.
Use EduBase MCP Server
Add EduBase MCP Server to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"edubase": {
"url": "https://www.edubase.net/mcp"
}
}
}{
"mcpServers": {
"edubase": {
"command": "npx",
"args": [
"-y",
"@edubase/mcp"
],
"env": {
"EDUBASE_API_URL": "<your EDUBASE_API_URL>",
"EDUBASE_API_APP": "<your EDUBASE_API_APP>",
"EDUBASE_API_SECRET": "<your EDUBASE_API_SECRET>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 3 registries
EduBase
Available versions (3)
| Version | Published |
|---|---|
| 1.2.4 | May 16, 2026 |
| 1.2.3 | May 16, 2026 |
| 1.2.2 | May 14, 2026 |
Frequently asked questions
- What is EduBase MCP Server?
- Enables AI assistants to interact with the EduBase educational platform to create quizzes, upload questions, schedule exams, manage educational content, and analyze user results through natural language.
- Who maintains EduBase MCP Server?
- EduBase MCP Server is maintained by EduBase, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is EduBase MCP Server an official MCP server?
- Yes — EduBase MCP Server is listed on the Official MCP Registry, alongside Glama and mcp.so.
- How many versions does EduBase MCP Server have?
- MCP Toplist tracks 3 versions of EduBase MCP Server, most recently published on May 16, 2026.
- Where can I find the source code for EduBase MCP Server?
- The source code for EduBase MCP Server is hosted at github.com/EduBase/MCP.