stathead mcp for Grok
io.github.dachhack/stathead-mcp
Fantasy football analytics: stats, dynasty, projections, prospects, Sleeper leagues, Excel I/O
client:Grok
transport:stdio
runtime:npm
Install stathead mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"stathead-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"stathead-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