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-from-bed

v1.0.0

Published

Monitor and chat with Claude Code from your phone over LAN

Readme

Claude From Bed

Monitor and chat with Claude Code from your phone while lying in bed. Runs a local web server on your LAN — no app install needed.

┌──────────────┐   MCP / hooks   ┌────────────────┐   WebSocket    ┌─────────────┐
│  Claude Code │ ───────────────> │  Bridge Server │ ────────────> │  Phone UI   │
│  (Desktop)   │ <─────────────── │  (Node.js)     │ <──────────── │  (Browser)  │
└──────────────┘                  └────────────────┘               └─────────────┘

Install

Claude Code CLI (recommended)

npx claude-from-bed setup-mcp

This registers an MCP server that auto-starts with every Claude Code session. No need to run a separate server — it just works.

Claude Desktop

npx claude-from-bed setup-desktop

Then restart Claude Desktop.

Standalone (hooks mode)

If you prefer hooks over MCP:

npx claude-from-bed setup     # Install hooks into ~/.claude/settings.json (one-time)
npx claude-from-bed            # Start the bridge server (run in a separate terminal)

Usage

  1. Start a Claude Code session
  2. Claude will tell you the phone URL (e.g. http://192.168.x.x:3456)
  3. Open that URL on your phone (same WiFi network)
  4. See everything Claude does in real time
  5. Send messages from your phone — Claude picks them up automatically

Features

  • Real-time activity feed — Every tool call appears as a card on your phone the moment it happens
  • Push notifications — Audio chime + browser notification when Claude needs attention
  • Chat from phone — Send follow-up instructions without walking to your computer
  • Event filters — Toggle event types on/off to focus on what matters

Commands

| Command | Description | |---------|-------------| | npx claude-from-bed | Start bridge server standalone | | npx claude-from-bed setup-mcp | Register MCP server for Claude Code CLI | | npx claude-from-bed setup-desktop | Register MCP server for Claude Desktop | | npx claude-from-bed setup | Install HTTP hooks for Claude Code CLI | | npx claude-from-bed uninstall | Remove hooks from Claude Code | | npx claude-from-bed uninstall-desktop | Remove MCP server from Claude Desktop |

Uninstall

# Claude Code CLI
npx claude-from-bed uninstall

# Claude Desktop
npx claude-from-bed uninstall-desktop
# Then restart Claude Desktop

Requirements

  • Node.js 18+
  • Claude Desktop or Claude Code CLI
  • Phone and computer on the same WiFi/LAN

License

MIT