Home › Other › MCP

MCP

EduBase MCP server

Official TypeScript Remote
★ 29 stars Last pushed 2026-09-15 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://www.edubase.net/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http mcp https://www.edubase.net/mcp --header "EduBase-Api-App: <YOUR_VALUE>" --header "EduBase-Api-Secret: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "url": "https://www.edubase.net/mcp",
      "headers": {
        "EduBase-Api-App": "<YOUR_VALUE>",
        "EduBase-Api-Secret": "<YOUR_VALUE>"
      }
    }
  }
}
  • EduBase-Api-App — The integration app ID for EduBase
  • EduBase-Api-Secret secret — The secret key for the EduBase API

Package (npm 2.0.1)

npx -y @edubase/mcp@2.0.1

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@edubase/mcp@2.0.1"
      ],
      "env": {
        "EDUBASE_API_URL": "<YOUR_VALUE>",
        "EDUBASE_API_APP": "<YOUR_VALUE>",
        "EDUBASE_API_SECRET": "<YOUR_VALUE>"
      }
    }
  }
}
  • EDUBASE_API_URL — The base URL of the EduBase API (default: https://www.edubase.net/api)
  • EDUBASE_API_APP required — The integration app ID for EduBase
  • EDUBASE_API_SECRET required secret — The secret key for the EduBase API

Related servers

Listed in wong2/awesome-mcp-servers (MIT)

Data from the Official MCP Registry