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-loader

v1.1.0

Published

A high-performance session launcher, project switcher, dynamic plugin provisioner, and MCP browser for **Claude Code**.

Downloads

142

Readme

⚡ Claude Hub (cc)

A high-performance session launcher, project switcher, dynamic plugin provisioner, and MCP browser for Claude Code.

cc provides a unified Terminal User Interface (TUI) to swap projects instantly, manage/discover plugins, install verified Model Context Protocol (MCP) servers with zero configuration, and orchestrate rate-limit auto-failover proxies.


🚀 One-Line Installation

Run the one-line installer in your terminal to bootstrap cc, configure your global environment, and register the core launcher:

🪟 Windows (PowerShell)

irm https://raw.githubusercontent.com/intisy/claude-hub/main/scripts/install.ps1 | iex

🍎 macOS / 🐧 Linux (Bash)

curl -fsSL https://raw.githubusercontent.com/intisy/claude-hub/main/scripts/install.sh | sh

✨ Features

  • cc Shell Command — The fastest way to launch Claude Code. Swap between recent workspaces instantly using an interactive list.
  • Auto-Provisioning Engine — Decoupled bootstrapping. List your desired repositories in ~/.claude/config/plugins.json and running cc automatically clones and configures them before Claude Code starts.
  • Unified Plugins Tab — Easily manage installed plugins or search the GitHub community directory to discover and download new tools.
  • Zero-Config MCP Tab — Browse and install Model Context Protocol servers instantly. Integrates a curated map of the top 50+ MCP servers (including Context7, Playwright, Filesystem, GitHub, Postgres, and Brave) using verified parameters to prevent installation syntax failures.
  • Seamless Failover Proxy Support — Detects if claude-antigravity-auth is enabled in your configuration and automatically boots the dynamic multi-account failover proxy in the background, keeping your sessions alive with zero manual configuration.

🛠️ Usage

💻 Terminal Command

# Launch the interactive project switcher & TUI
cc

# Or bypass the TUI and open Claude Code directly in a specific directory
cc /path/to/project

💬 In-Chat TUI Navigation

Once the TUI is open, use the Arrow Keys (, ) to switch tabs:

  • Projects — Swap workspaces, pin favorites (P), or hide inactive directories (H).
  • Plugins — View active tools or press Tab to search and install new community plugins.
  • MCP — Check server connection health or press Tab to discover and install verified MCP servers.

📂 Configuration

Your plugins are tracked cleanly in ~/.claude/config/plugins.json. You can share this file across machines to replicate your workspace setups instantly:

[
  {
    "name": "claude-hub",
    "url": "https://github.com/intisy/claude-hub"
  },
  {
    "name": "claude-antigravity-auth",
    "url": "https://github.com/intisy/claude-antigravity-auth"
  }
]

📄 License

MIT © intisy