mcpbeat Sign in

Ictexam MCP Server

local only

Ictexam MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 145 installs a week from npm. Last commit 7 Sep 2026.

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

Installs per day peak 127 · avg 4
a month agotoday
145
Installs / week
npm · ictexam-mcp
16
Stars
0 open issues
7 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Ictexam MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ictexam-mcp -- npx -y ictexam-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ictexam-mcp": {
      "args": [
        "-y",
        "ictexam-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ictexam-mcp]
command = "npx"
args = ["-y", "ictexam-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ictexam-mcp": {
      "args": [
        "-y",
        "ictexam-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ictexam-mcp": {
      "args": [
        "-y",
        "ictexam-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Ictexam MCP

same job, measured the same way
smry Public Reader
by mrmps

Read and search exact public source URLs with stable paragraph citations.

1 tools answering
Contract Analysis
by bitsbound

AI contract analysis with partner-level redlines, OOXML Track Changes, and risk analysis.

local only
P
doc.page PDF Extraction
by doc

Extract PDFs to Markdown, RAG chunks and cited tables; publish tracked Doc Links with read stats.

7 tools answering
Store Builder
by vuluu2k

Design, fill with real store data, render and publish Store Builder pages from an AI agent.

42 installs/wk local only
Clearlist
by cuneiform-llc

AI resale manager. Photograph an item, AI writes the listing, publish a sale page, manage pickups.

239 installs/wk answering
Mind Map
by nerfels

Experimental code intelligence platform for Claude Code with AST parsing and context analysis

52 installs/wk local only
FormBuilder
by formbuilder

Create and publish online forms, read responses and add webhooks on formbuilder.com from AI agents.

answering
LuBot Analytics
by lubobali

Portfolio X-Ray with ETF look-through, file analysis, and website analytics in plain English.

9 tools answering

Ictexam MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Ictexam MCP?
Ictexam MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package ictexam-mcp was installed 145 times last week.
How do I connect Ictexam MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ictexam-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Ictexam MCP?
The npm package ictexam-mcp was installed 145 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ictexam MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 16 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.