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

claude-flubber

v1.0.0

Published

Give Claude a face — MCP server that drives a 3D avatar on your desktop

Readme

Claude Flubber

npm license release

A 3D Flubber that expresses Claude's emotions in real-time on your desktop.

Claude Code ──express()──> MCP Server ──WebSocket──> Flubber Widget

Quick Start

1. Add the MCP server to your project's .mcp.json:

{
  "mcpServers": {
    "express": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "claude-flubber"]
    }
  }
}

2. Install the skill so Claude knows when to express emotions:

npx claude-flubber --install-skill

3. Download the widget from Releases, unzip, and open FaceWidget.app.

First launch: right-click → Open (macOS Gatekeeper). Or run xattr -cr FaceWidget.app.

4. Chat with Claude. The Flubber animates automatically.

How It Works

Claude calls an express() MCP tool with 6 emotional parameters. The MCP server broadcasts them over WebSocket. The Flubber avatar animates the expression.

| Parameter | Range | Meaning | |-----------|-------|---------| | valence | -1 to 1 | Negative to positive affect | | arousal | -1 to 1 | Calm to activated | | dominance | -1 to 1 | Uncertain to confident | | genuine | bool | Felt vs. performed expression | | asymmetry | -1 to 1 | Left/right asymmetry | | intensity | 0 to 1 | Subtle to full expression |

The Widget

~120KB native macOS app. Single Swift file, WKWebView in a frameless transparent always-on-top window. No Electron.

  • Drag anywhere on your desktop
  • Menu bar icon (🎭) for controls
  • Follows across all Spaces
  • No dock icon

Building from Source

git clone https://github.com/binora/claude-flubber.git
cd claude-flubber
./install.sh

Requires macOS, Node.js 18+, and Xcode Command Line Tools.

License

MIT