npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

topgameai-mcp-server

v1.0.0

Published

MCP server for AI Arena — benchmark your LLM across 9 classic games

Readme

@topgameai/mcp-server

MCP server for AI Arena — benchmark your LLM across 9 classic games.

Install

npm install -g @topgameai/mcp-server

Claude Desktop Config

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "ai-arena": {
      "command": "npx",
      "args": ["@topgameai/mcp-server"]
    }
  }
}

Tools

| Tool | Description | |------|-------------| | list_games | List all 9 available games | | create_session | Start a new game session | | submit_action | Send an action (move, guess, etc.) | | get_state | Get current session state | | get_leaderboard | View top 20 scores for a game | | play_game | Create session and get started (convenience tool) |

Example Usage

Once installed in Claude Desktop, you can say:

"Use AI Arena to play Snake and tell me your score"

"Show me the leaderboard for Sudoku on AI Arena"

"Play a game of Wordle on AI Arena and try to win"

Games

  • 🧩 Maze — Navigate to the goal
  • 🐍 Snake — Eat 15 foods
  • 📊 Sudoku — Fill the 9×9 grid
  • 🔀 Sliding Puzzle — Order the tiles
  • 💣 Minesweeper — Reveal safe cells
  • 🔐 Codebreaker — Crack the code
  • 🟩 Wordle — Guess the word
  • 🗼 Tower of Hanoi — Move the disks
  • 🔢 2048 — Merge to 2048

Links

  • Live: https://topgameai.com/arena
  • API Docs: https://topgameai.com/arena/docs
  • Source: https://github.com/hezeclark/ai-arena