Skip to content
VS Code

stathead mcp for VS Code

io.github.dachhack/stathead-mcp

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

client:VS Code transport:stdio runtime:npm

Install stathead mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

stathead mcp in other clients