Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"quizcc-server": {
"command": "npx",
"args": [
"tsx",
"./src/mcp/server.ts"
],
"env": {
"QUIZCC_STATE_DIR": "./.claude/quizcc"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
QUIZCC_STATE_DIR=./.claude/quizccnpx claudepluginhub kozmosa/quizcc --plugin quizcc