Home › Productivity › ictexam-mcp
ictexam-mcp
Read exams, gradebooks and item analysis; parse papers with AI and publish exams.
Topics: Education
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.1.0)
npx -y ictexam-mcp@0.1.0
Or add to your MCP client config:
{
"mcpServers": {
"ictexam-mcp": {
"command": "npx",
"args": [
"-y",
"ictexam-mcp@0.1.0"
],
"env": {
"ICTEXAM_BASE_URL": "<YOUR_VALUE>",
"ICTEXAM_EMAIL": "<YOUR_VALUE>",
"ICTEXAM_PASSWORD": "<YOUR_VALUE>",
"ICTEXAM_API_PREFIX": "<YOUR_VALUE>",
"ICTEXAM_MCP_ALLOW_WRITE": "<YOUR_VALUE>",
"ICTEXAM_TIMEOUT_MS": "<YOUR_VALUE>",
"ICTEXAM_TLS_INSECURE": "<YOUR_VALUE>"
}
}
}
}
ICTEXAM_BASE_URLrequired — Base URL of your ICTExam site, e.g. https://app.ictlms.net (no trailing /api).ICTEXAM_EMAILrequired — A teacher or admin account email.ICTEXAM_PASSWORDrequired secret — Password for the account.ICTEXAM_API_PREFIX— Path the API is mounted under. Defaults to /api (behind the usual reverse proxy). Set empty to talk to the backend port directly.ICTEXAM_MCP_ALLOW_WRITE— Unlocks the write tools: parse a paper with AI (spends server AI credit), publish and unpublish exams. When false these tools are not registered at all. Leave off unless you mean it.ICTEXAM_TIMEOUT_MS— Per request timeout in milliseconds. Defaults to 60000 (AI parsing can be slow).ICTEXAM_TLS_INSECURE— Skip TLS certificate verification. Only for a self-signed test server.
Related servers
brightspace-mcp-server
MCP server for D2L Brightspace LMS. Check grades, due dates, assignments, announcements, syllabus, rosters, discussions, and course…
pronounce
How engineers pronounce developer jargon — 1,903 confidence-tagged entries with citations.
connectrylab-architect-cert-mcp
Free certification prep for the Claude Certified Architect exam by Connectry LABS
Signs of AI Writing
AI-writing detection (EN/ES) that shows the evidence: named tells, hidden characters, citations.
campus-cli
Unofficial Blackboard Learn (LMS) MCP for students: courses, assignments, grades, materials.
SCORM Packager (HTML → SCORM 2004)
Turn HTML or mobile-learning exports into SCORM 2004/1.2 packages, and validate any SCORM zip.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry