exam sheet for Grok
io.github.giuliobmb/exam-sheet
Generate a timed exam on any topic and take it in an interactive exam sheet with live grading.
client:Grok
transport:stdio
runtime:npm
Install exam sheet in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"exam-sheet": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@giuliobmb/exam-sheet-mcp"
],
"env": {
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs