StatHead
Rank #3,650io.github.dachhack/stathead-mcp
Fantasy football analytics: stats, dynasty, projections, prospects, Sleeper leagues, Excel I/O
StatHead is a Model Context Protocol (MCP) server published by dachhack. It ranks #3,650 of 115,591 servers tracked on MCP Toplist. StatHead is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jun 15, 2026 and most recently updated on Jun 16, 2026.
Ranks ahead of 111,941 of 115,591 servers on MCP Toplist.
Use StatHead
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add stathead-mcp -- npx -y stathead-mcp[mcp_servers.stathead-mcp]
command = "npx"
args = ["-y", "stathead-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"stathead-mcp": {
"command": "npx",
"args": [
"-y",
"stathead-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"stathead-mcp": {
"command": "npx",
"args": [
"-y",
"stathead-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"stathead-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"stathead-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"stathead-mcp": {
"command": "npx",
"args": [
"-y",
"stathead-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"stathead-mcp": {
"command": "npx",
"args": [
"-y",
"stathead-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.dachhack%2Fstathead-mcp)<a href="https://mcptoplist.com/server/io.github.dachhack%2Fstathead-mcp"><img src="https://mcptoplist.com/badge/io.github.dachhack%2Fstathead-mcp.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
dachhack
Available versions (2)
| Version | Published |
|---|---|
| 1.0.32 | Jun 16, 2026 |
| 1.0.25 | Jun 15, 2026 |
Frequently asked questions
- Who maintains StatHead?
- StatHead is maintained by dachhack, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is StatHead listed on the Official MCP Registry?
- Yes — StatHead is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does StatHead have?
- MCP Toplist tracks 2 versions of StatHead, most recently published on Jun 16, 2026.
- Where can I find the source code for StatHead?
- The source code for StatHead is hosted at github.com/dachhack/stathead.