Skip to content
Cursor

stathead mcp for Cursor

io.github.dachhack/stathead-mcp

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

client:Cursor transport:stdio runtime:npm

Install stathead mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "stathead-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "stathead-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

stathead mcp in other clients