Loading MCP server directory, please wait...
EduBase MCP server
npx @getmcp/cli add io.github.EduBase/MCPRequires Node.js 18+. Community-contributed server. Review source before installing.
EDUBASE_API_APPThe integration app ID for EduBase
EDUBASE_API_SECRETThe secret key for the EduBase API
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.EduBase/MCP": {
"command": "npx",
"args": [
"-y",
"@edubase/mcp"
],
"env": {
"EDUBASE_API_URL": "",
"EDUBASE_API_APP": "",
"EDUBASE_API_SECRET": ""
}
}
}
}