Generate a timed exam on any topic and take it in an interactive exam sheet with live grading.
claude mcp add exam-sheet -- npx -y @giuliobmb/exam-sheet-mcp
claude_desktop_config.json
{
"mcpServers": {
"exam-sheet": {
"command": "npx",
"args": [
"-y",
"@giuliobmb/exam-sheet-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"exam-sheet": {
"command": "npx",
"args": [
"-y",
"@giuliobmb/exam-sheet-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"exam-sheet": {
"command": "npx",
"args": [
"-y",
"@giuliobmb/exam-sheet-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"exam-sheet": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@giuliobmb/exam-sheet-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"exam-sheet": {
"command": "npx",
"args": [
"-y",
"@giuliobmb/exam-sheet-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.giuliobmb--exam-sheet/reviews or the review_server meta-tool.
POST /mcp