savvyscratch for Grok
io.github.myque08/savvyscratch
MCP server for Savvy Scratch — scratch-off lottery game analysis powered by pro gambler methodology
client:Grok
transport:stdio
runtime:npm
Install savvyscratch in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"savvyscratch": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@savvyscratch/mcp-server"
]
}
}
}
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