exam sheet for Claude Desktop
io.github.giuliobmb/exam-sheet
Generate a timed exam on any topic and take it in an interactive exam sheet with live grading.
client:Claude Desktop
transport:stdio
runtime:npm
Install exam sheet in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"exam-sheet": {
"command": "npx",
"args": [
"-y",
"@giuliobmb/exam-sheet-mcp"
],
"env": {
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs