Stats Tracker

Track your progress. Record your Marvel Snap games on PC for win rate, cube rate and match history.
  1. 1

    Make your tracker key

  2. 2

    Download the tracker

    A small PowerShell script (built into Windows, nothing to install). It's plain text: open it in Notepad to read exactly what it does before running it.

    Download snaphub-tracker.ps1
  3. 3

    Run it while you play

    Open PowerShell (Start menu → type PowerShell) and paste this. Leave the window open while you play Marvel Snap on PC. Next time, run the same line again; it remembers your key.

    powershell -NoProfile -ExecutionPolicy Bypass -File "$env:USERPROFILE\Downloads\snaphub-tracker.ps1" -Site https://your-site.vercel.app

    -ExecutionPolicy Bypass lets this one script run without changing your PC's settings. If you saved the file somewhere other than Downloads, change the path.

  4. 4

    Play

    After each game the window shows the result, like WIN +4 cubes | My Deck vs Someone. Your games appear in My stats and count towards the meta stats.

What gets recorded

Marvel Snap for PC saves the game you just finished in a file on your computer. The tracker reads it (it never changes it) and sends it here, where we keep:

  • Win, loss or tie, cubes, mode and turns
  • Your deck, and the cards you drew and played
  • Your opponent's name and the cards they revealed
  • The three locations

Your Snap account ID is stored only as a one-way hash, to avoid counting a game twice. Opponent names only show in your own match history, never on public pages.

You can delete your key and every game it uploaded from My stats at any time.

Good to know

  • PC only. Phones don't give access to the game's files.
  • Keep it running. The game only keeps the latest game on disk, so games played while the tracker is closed can't be added later.
  • Game updates can change the file format. If a game won't record, run the tracker with -SaveRaw to keep a copy of the file so the parser can be fixed.