Generate a timed exam on any topic and take it in an interactive exam sheet with live grading.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Generate a timed exam on any topic and take it in an interactive exam sheet that renders directly inside an MCP host (Claude Desktop, VS Code, etc.). Supports true/false, multiple-choice, and open questions. Objective questions are graded instantly; open answers are graded by the model. At the end you get a report with a grade out of 100.
Add the server to your MCP host config, e.g. claude_desktop_config.json:
Restart the host after saving the config.
The same server also runs as a remote Streamable HTTP endpoint at /mcp
(src/httpServer.ts), so it can be added as a connector by URL instead of a
local install β on Claude.ai directly, or on ChatGPT via Settings β Apps β
Advanced settings β Developer mode β Add connector. In that mode it has no
API key of its own β question generation and grading go through MCP
sampling, i.e. the connected client's own model β and each session gets its
own isolated exam store.
The exam sheet UI is registered twice: once as an MCP Apps resource for
Claude, once adapted for ChatGPT's Apps SDK (_meta["openai/outputTemplate"]
on generate_exam, via @mcp-ui/server's appsSdk adapter) β same HTML,
no changes needed between hosts.
Deploy it anywhere that runs a Node web service (a render.yaml blueprint is
included for Render's free tier); then add https://<your-deployment>/mcp as
a connector URL.
Ask the host to run generate_exam with a topic, e.g. "Generate an exam on the French Revolution." The interactive sheet opens with a timer; answer each question and submit to see instant grading (or model-graded feedback for open questions). At the end you get a full report with a grade out of 100.
To try a local build in Claude Desktop, point the config at the compiled file instead of the npm package:
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/exam-sheet)<a href="https://allmcps.com/mcp/exam-sheet"><img src="https://allmcps.com/api/badge/exam-sheet?style=directory" alt="Exam Sheet on AllMCPs" /></a>