exam sheet for Cursor
io.github.giuliobmb/exam-sheet
Generate a timed exam on any topic and take it in an interactive exam sheet with live grading.
client:Cursor
transport:stdio
runtime:npm
Install exam sheet in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"exam-sheet": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@giuliobmb/exam-sheet-mcp"
],
"env": {
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs