The EduBase MCP server enables Claude and other LLMs to interact with EduBase's comprehensive e-learning platform through the Model Context Protocol (MCP).
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.EDUBASE_API_APP— The App ID of your integration app on EduBase, the app on the EduBase API. Find this in the integration details window on EduBase. Not if HTTP transport is used with authentication, otherwise Yes -EDUBASE_API_KEY— "": "your_integration_secret_key"EDUBASE_API_MAXRATEEDUBASE_API_MAXRATE60EDUBASE_API_URL— The base URL of the EduBase API, most probably https://subdomain.edubase.net/api. Yes https://www.edubase.net/apiEDUBASE_HTTP_PORT— HTTP server will listen on this port if SSE or streamable HTTP transport mode is used. No 3000EDUBASE_SSE_MODE— Start MCP server in HTTP mode with SSE transport. Value must be true. No falseEDUBASE_STREAMABLE_HTTP_MODE— Start MCP server in HTTP mode with streamable HTTP transport. Value must be true. No falsePORT[](https://m8ven.ai/mcp/edubase-mcp-2gn2bf)