Skip to content
Cursor

ictexam mcp for Cursor

io.github.ictinnovations/ictexam-mcp

Read exams, gradebooks and item analysis; parse papers with AI and publish exams.

client:Cursor transport:stdio runtime:npm

Install ictexam mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ictexam-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ictexam-mcp"
      ],
      "env": {
        "ICTEXAM_BASE_URL": "<ICTEXAM_BASE_URL>",
        "ICTEXAM_EMAIL": "<ICTEXAM_EMAIL>",
        "ICTEXAM_PASSWORD": "<ICTEXAM_PASSWORD>",
        "ICTEXAM_API_PREFIX": "<ICTEXAM_API_PREFIX>",
        "ICTEXAM_MCP_ALLOW_WRITE": "<ICTEXAM_MCP_ALLOW_WRITE>",
        "ICTEXAM_TIMEOUT_MS": "<ICTEXAM_TIMEOUT_MS>",
        "ICTEXAM_TLS_INSECURE": "<ICTEXAM_TLS_INSECURE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ictexam mcp in other clients