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. Its 12 documented tools cluster into files, questions, quizzes, exams.

People who work with Edubase and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-15 · ★ 28 · #61 OF 945 MAINTAINED OTHER · VERIFIED 2026-09-18

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-09-17

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.

What you can build

An agent gets 12 documented tools across files, questions, quizzes, including files, questions, quizzes, exams.

Capability map

Tools grouped from the project's README - what Edubase MCP Server lets an agent do.

Files

1 tool - e.g. Temporary file uploads (always enabled)

files

Questions

1 tool - e.g. Questions

questions

Quizzes

1 tool - e.g. Quiz sets, their questions, settings and grading presets

quizzes

Exams

1 tool - e.g. Exams, their settings, users, certificates and branding

exams

Results

1 tool - e.g. Quiz and exam results, certificate downloads

results

Users

1 tool - e.g. Users, their names, groups and login links

users

Classes

1 tool - e.g. Classes and class memberships

classes

Organizations

1 tool - e.g. Organizations, members, departments, competencies and webhooks

organizations

Latest releases

2.0.0 · 2026-09-15

Refactor tool listing and server configuration

1.2.17 · 2026-09-15

Add new organization endpoints

1.2.16 · 2026-09-06

Add new exam certificate endpoints

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 #61 of 945 actively-maintained other servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-15)
registry
io.github.EduBase/MCP (active, first published 2026-05-14 · 15 versions)
packages
npm:@edubase/mcp

06 · Edubase MCP Server FAQ

Is Edubase MCP Server still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-15 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

What can Edubase MCP Server do?

An agent gets 12 documented tools across files, questions, quizzes, including files, questions, quizzes, exams.

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-09-17, 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 · Open Legal Chile

More TypeScript MCP servers · Mozg · Eigma · BrandKit MCP · walkerOS Flow · see all