Back to directory
edubase/mcp

edubase/mcp

@EduBase

The EduBase MCP server enables Claude and other LLMs to interact with EduBase's comprehensive e-learning platform through the Model Context Protocol (MCP).

educatione-learningquizmcpedubaseintegrationlmsapicloud

Installation & Configuration

{
  "mcpServers": {
    "edubase": {
      "command": "npx",
      "args": [
        "-y",
        "@edubase/mcp"
      ],
      "env": {
        "EDUBASE_API_URL": "https://domain.edubase.net/api",
        "EDUBASE_API_APP": "your_integration_app_id",
        "EDUBASE_API_KEY": "your_integration_secret_key"
      }
    }
  }
}

Information

Transport
stdiossestreamable-http
Language
TypeScript
Created
2026/6/12
Updated
2026/6/12