Edubase MCP Server

This repository contains the implementation of the Model Context Protocol (MCP) server for the EduBase platform. It allows MCP clients (for example Claude Desktop) and LLMs to interact with your EduBase account and perform tasks on your behalf. It supports stdio, SSE and streamable HTTP transport protocols.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-12 · ★ 27 · #146 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Edubase MCP Server

before you install - you'll need

Set EDUBASE_API_URL, EDUBASE_API_APP, EDUBASE_API_KEY before connecting.

Claude Code

claude mcp add edubase-mcp --transport http https://www.edubase.net/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "edubase-mcp": {
      "url": "https://www.edubase.net/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://www.edubase.net/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to www.edubase.net

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license MIT - declared in the repository

npm package @edubase/mcp - published under the repo owner's npm scope (@edubase)

registry namespace io.github.EduBase is GitHub-verified and matches the repo owner

03 · What Edubase MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

1.2.9 · 2026-08-12

Add new organizational member visibility options

1.2.8 · 2026-07-17

Harden filebin uploads (based on security findings from @nickelsec, thanks!)

1.2.7 · 2026-07-17

Quiz set and question skill system · Publish via GitHub Action

04 · Who maintains Edubase MCP Server

MCP is maintained by edubase. It's the only MCP server we track from this author; the repo dates to Feb 2025.

05 · Facts

category
other - ranked #146 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
4 releases in the last 90 days (latest 2026-08-12)
registry
io.github.EduBase/MCP (active, first published 2026-05-14 · 7 versions)
packages
npm:@edubase/mcp

06 · Edubase MCP Server FAQ

What is Edubase MCP Server?

This repository contains the implementation of the Model Context Protocol (MCP) server for the EduBase platform. It allows MCP clients (for example Claude Desktop) and LLMs to interact with your EduBase account and perform tasks on your behalf. It supports stdio, SSE and streamable HTTP transport protocols.

Is Edubase MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-12 and it shipped 4 releases in the last 90 days. We re-verify nightly.

How do I install Edubase MCP Server?

Run `npx -y @edubase/mcp`. The README documents 3 environment variables (EDUBASE_API_URL, EDUBASE_API_APP, EDUBASE_API_KEY) to set first. Set EDUBASE_API_URL, EDUBASE_API_APP, EDUBASE_API_KEY before connecting. You can also paste the ready-made client config above.

Does Edubase MCP Server require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Edubase MCP Server

More MCP servers to compare · Codecov · Everything File Search · ellmos CodeCommander · Elnora MCP Server · Semahash

More TypeScript MCP servers · Mozg · BrandKit MCP · Avito MCP · Electron Stagewright MCP Server · see all