Ictexam MCP server
Read exams, gradebooks and item analysis; parse papers with AI and publish exams.
16 stars22 downloads/wk
Reviews
Write oneNobody has reviewed Ictexam yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Ictexam tools (9, 2 write)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
ictexam_get_examGet a single exam paper by id: its settings, timing, share links and questions.
ictexam_gradebookGet the teacher gradebook: per-exam totals and student marks. Optionally filter by
ictexam_item_analysisPer-question item analysis for one exam: difficulty, p-value, average mark and how many
ictexam_list_classesList the classes (course groups) defined on ICTExam.
ictexam_list_examsList exam papers (assessments) on ICTExam: id, title, status (draft/published), class and
ictexam_list_subjectsList the subjects on ICTExam, each tied to a class.
ictexam_parse_question_paperwrite actionUpload a local PDF or DOCX question paper and have ICTExam extract the questions with AI:
ictexam_publish_examwrite actionPublish an exam paper by id so students can take it. Returns the student and teacher share
ictexam_unpublish_examSet an exam paper back to draft by id, so students can no longer access it.
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- Code scan11 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitystatic API keys via environment variables6/15
- Maintenancelast push 13 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year9/10
Install directly
Runs npx -y ictexam-mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add ictexam-mcp -- npx -y ictexam-mcp
Ictexam: common questions
- Is Ictexam MCP server safe?
- Yes, by our scan: it is graded A (85/100). Read the Ictexam safety report
- How do I install Ictexam?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Ictexam need an API key?
- Yes. The registry entry asks for
ICTEXAM_PASSWORD. - Is Ictexam maintained?
- The last commit was 13 days ago (2026-09-07). The latest release is v0.1.0.