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

@hebejebe/react-vite-mcp

v1.0.5

Published

A CLI tool to scaffold React + Vite + TypeScript projects integrated with Model Context Protocol (MCP).

Downloads

23

Readme

react-vite-mcp

npm version

A CLI to scaffold React + Vite apps with context & feature generation.

Installation

npm install @hebejebe/react-vite-mcp

The general idea here

I built this mcp/cli so that I could shift the claude cli usage from being a code generator, to an orchestrator (Also, save many many tokens from my subscription plan).

I hope this helps you too.

This mcp is oppinionated as am I when it comes to planning/building/architecting a frontend app.

The vision

when working in teams, you can allways have discussions about how to architect a project, and what the best practices are. here, they are baked in, and all you have to do is fill in the logic where needd.

also, if your'e using claude CLI (hopefully any other llm cli) you can focus on writing a plan with claude, and hand this mcp over to claude to just do the work for you.

Current Features

  • Init - can be used from the terminal to get you up and running with a react/vite app
  • Feature - will add what I currently consider is a end to end feature boilerplate, as well as connect it to the router
  • Context - will add a context boilerplate & wrap root routes provider with the context provider

Commands & Usage

  • npx react-vite-mcp init <project-name> - will create a new folder with the project name, and scaffold a react/vite app in it
  • npx react-vite-mcp feature <project-name> <FeatureName> - will add a new feature to the current project
  • npx react-vite-mcp context <project-name> <ContextName> - will add a new context to the current project

Roadmap

See roadmap.md