mcpbeat Sign in

Stathead MCP Server

local only

Stathead MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 504 installs a week from npm. Last commit 18 Sep 2026.

Fantasy football analytics: stats, dynasty, projections, prospects, Sleeper leagues, Excel I/O

Installs per day peak 242 · avg 27 · +419% w/w
a month agotoday
504
Installs / week
npm · stathead-mcp
1
Stars
1 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        runQuery(`SELECT COUNT(*) AS n FROM ${name}`),
        runQuery(`SELECT * FROM ${name} LIMIT 10`),
Long encoded blob in source public/data/expert-names.enc.json:1
{"v":1,"kdf":"PBKDF2-SHA256","iter":600000,"salt":"UxXu8JWZ7PZMmgIHVY3xbw==","iv":"uZ6kugIe4Chs/GGp","ct":"MjVMRtyuagtYgyrJnobfWjEoxv4taZAarV57cYl3KvFdQFzHCq0OCzy4lWF8JQHDE0RUbhjfN0xdnybs4AiEAepdBP3LPd43VSq7uGnVJY1tL1ozH5ZVMjROfGGq+sZeC2iDQ/cUgklhFm0hHZq0I3AglLaYH+UkkD7jsRXLB/DNt…

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add stathead-mcp -- npx -y stathead-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "stathead-mcp": {
      "args": [
        "-y",
        "stathead-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.stathead-mcp]
command = "npx"
args = ["-y", "stathead-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "stathead-mcp": {
      "args": [
        "-y",
        "stathead-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "stathead-mcp": {
      "args": [
        "-y",
        "stathead-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Stathead MCP

same job, measured the same way
Olympus Bets Analytics
by olympus-bets

Quant sports analytics: 19 read-only tools across 12 leagues, projections, methods, track record.

20 tools answering
Footballcharts MCP
by ddevetak

Tables, results, fixtures, goal timing, season projections: 93 football leagues incl. lower tiers

80 installs/wk 10 tools answering
Apolloio
by apolloio

Official Apollo.io MCP server for lead enrichment, prospecting, sequences, and analytics.

25 installs/wk local only
NFL MCP
by nflmcp

NFL analytics tools for AI agents: stats, fantasy, injuries, schedules, and advanced analysis.

answering
Google Search Console
by ni-c

MCP server for Google Search Console: properties, sitemaps, search analytics and URL inspection

90 installs/wk local only
Redmine MCP Server
by igorolv

Redmine for AI agents: issues, projects, wiki, attachments, time entries and release analytics

local only
OpenRevenue
by openrevenue

OpenRevenue analytics MCP: projects, stats, visitors, funnels, and goals via API key or OAuth.

answering
Posthog MCP Server
by friendlygeorge

MCP server for PostHog — product analytics for AI assistants. Query events, persons, insights, da...

33 installs/wk local only

Stathead MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Stathead MCP?
Stathead MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package stathead-mcp was installed 504 times last week.
How do I connect Stathead MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls stathead-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Stathead MCP?
The npm package stathead-mcp was installed 504 times in the last week. Week over week that is +419%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Stathead MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 1 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.