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

v2.1.1

Published

Local dashboard and control panel for Claude Code configuration

Readme


Manage configuration, plugins, commands, MCP servers, skill providers, and multiple Claude Code instances from a single UI.

Features

  • Dashboard -- token breakdown, top consumers, optimization recommendations
  • Settings -- environment variables, hooks, behavioral toggles
  • Plugin Manager -- list, enable/disable, and inspect installed plugins with token estimates
  • MCP Servers -- add, remove, and toggle Model Context Protocol servers
  • Reliability -- MCP Doctor diagnostics, MCP health snapshots, CLAUDE.md drift feed, provider provenance lock view
  • CLAUDE.md Editor -- recursive tree scanner with live editing for global and per-project files
  • Custom Commands -- full CRUD for slash commands with namespace grouping
  • Skill Providers -- add git-based providers, discover and install skills
  • Config Bundles -- export, validate, and dry-run apply configuration-as-code bundles
  • Skill Catalog -- unified view of installable skills across all providers
  • Marketplace -- browse and install plugins from marketplaces
  • Claude Code Router -- view provider status, models, routing rules
  • Multi-Instance -- switch between multiple ~/.claude* configuration profiles
  • Visibility -- overview of commands, agents, and memory files

Platform Support

| Platform | Status | |----------|--------| | Linux | Supported | | macOS | Supported | | Windows | Supported |

Prerequisites

Install

npm install -g claude-panel

Or run without installing globally:

npx claude-panel

Usage

claude-panel

By default, Claude Panel tries port 8787. If that port is busy, it automatically selects a free port and prints the URL.

CLI Options

| Flag | Description | |------|-------------| | --port <number> | Use a specific port (fails if busy) | | --no-open | Don't open the browser automatically | | --help | Show usage information |

Environment Variables

| Variable | Description | Default | |----------|-------------|---------| | CLAUDE_PANEL_PORT | Override the default port | 8787 | | CLAUDE_PANEL_SCAN_ROOTS | Comma-separated scan roots for CLAUDE.md discovery | Home directory |

Troubleshooting

uv not found Install uv: curl -LsSf https://astral.sh/uv/install.sh | sh

Python not found Ensure python3 (or python) 3.12+ is installed and on your PATH.

Port already in use Either let Claude Panel auto-select a free port, use --port <number> with a different port, or set CLAUDE_PANEL_PORT to change the default.

First run is slow On first launch, uv creates a Python virtual environment and installs backend dependencies. Subsequent starts are fast.

Local Development

Build frontend assets into the backend static directory:

npm run build:frontend

Run the packaged launcher locally:

npm start

Start both backend and frontend dev servers (hot-reload):

bash scripts/dev.sh

See CONTRIBUTING.md for full development setup and contribution guidelines.

Publishing

The prepack lifecycle script automatically runs npm ci in the frontend directory and builds static assets, so npm publish produces a ready-to-run package.

License

MIT

Disclaimer

Claude Panel is an independent open-source project and is not affiliated with, endorsed by, or officially connected to Anthropic, PBC. "Claude" is a trademark of Anthropic.