Loading MCP server directory, please wait...
Read exams, gradebooks and item analysis; parse papers with AI and publish exams.
npx @getmcp/cli add io.github.ictinnovations/ictexam-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
ICTEXAM_BASE_URLBase URL of your ICTExam site, e.g. https://app.ictlms.net (no trailing /api).
ICTEXAM_EMAILA teacher or admin account email.
ICTEXAM_PASSWORDPassword for the account.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ictinnovations/ictexam-mcp": {
"command": "npx",
"args": [
"-y",
"ictexam-mcp"
],
"env": {
"ICTEXAM_BASE_URL": "",
"ICTEXAM_EMAIL": "",
"ICTEXAM_PASSWORD": "",
"ICTEXAM_API_PREFIX": "/api",
"ICTEXAM_MCP_ALLOW_WRITE": "false",
"ICTEXAM_TIMEOUT_MS": "60000",
"ICTEXAM_TLS_INSECURE": "false"
}
}
}
}