Buzzr Sports Engine for Grok
io.github.buzzr-app/dfs-engine
Local sports math, DFS settlement, bet analytics, and game-entertainment tools.
client:Grok
transport:stdio
runtime:npm
Install Buzzr Sports Engine in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"dfs-engine": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@buzzr/mcp"
]
}
}
}
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