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

worduel

v0.1.3

Published

Play Wordle inside Claude Code

Readme

Worduel

Play Wordle inside Claude Code.

npm version license

Install

claude mcp add worduel -- npx -y worduel

Restart Claude Code, then say "let's play worduel".

What It Looks Like

  Worduel Daily #42

  ┌───┬───┬───┬───┬───┐
  │ C │[R]│ A │ N │(E)│  ⬛ 🟩 ⬛ ⬛ 🟨
  ├───┼───┼───┼───┼───┤
  │ S │(L)│ A │(T)│[E]│  ⬛ 🟨 ⬛ 🟨 🟩
  ├───┼───┼───┼───┼───┤
  │   │   │   │   │   │
  ...

  Known: R(2) E(5)
  Present: L T
  Absent: a c n s
  Remaining: b d f g h i j k m o p q u v w x y z

Claude hosts the game with dry humor:

You: "crane"
Claude: "Bold choice. Didn't work, but bold."

You: "slate"
Claude: "Getting somewhere. Maybe."

Features

  • Daily challenge -- same word for everyone, resets midnight UTC
  • Practice mode -- unlimited random words
  • Witty AI game host with dry humor and deadpan commentary
  • Shareable score cards with Wordle emoji grids
  • Claude never sees the answer during gameplay -- Claude never sees the answer
  • 3,291 valid words from a curated English word list
  • Local stats tracking -- streaks, win rate, guess distribution

How It Works

The MCP server exposes 4 tools: worduel_start, worduel_guess, worduel_stats, worduel_give_up.

The answer is stored server-side and never sent to Claude during gameplay. Claude only receives per-letter hints (correct / present / absent). When the game ends, the answer is revealed to both Claude and the player simultaneously.

This means Claude genuinely cannot cheat, leak, or hint at the answer. It doesn't know it.

Share Your Score

Every game generates a shareable score card:

Worduel Daily #42 — 3/6
⬛🟩⬛⬛🟨
⬛🟨⬛🟨🟩
🟩🟩🟩🟩🟩
🔥 5 | npx worduel

Post it anywhere. Your friends will install it to try to beat your score.

Tech

  • TypeScript, zero runtime deps beyond MCP SDK
  • Node.js 18+
  • Data stored locally at ~/.worduel/

License

MIT

Contributing

PRs welcome. Word list suggestions especially.