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

nerq-mcp-hub

v1.0.0

Published

Find, install, and manage MCP servers. 25,000+ servers, trust-verified.

Readme

mcp-hub

Find and install MCP servers in seconds. 25,000+ servers, trust-verified.

npx mcp-hub search "database"
npx mcp-hub install postgres-mcp --client claude

That's it. No manual config editing. No wondering if the server is safe.

What it does

  1. Search — Find MCP servers from Nerq's index of 25,000+ servers
  2. Install — Adds the server to your Claude/Cursor/VS Code config automatically
  3. Trust check — Every install is trust-verified against 204K+ agents
  4. Update — Check if any installed servers have trust score changes or CVEs

Commands

Search

npx mcp-hub search "database"
npx mcp-hub search "github repos"
npx mcp-hub search "slack notifications"

Returns ranked results with trust scores, stars, and install commands.

Install

npx mcp-hub install postgres-mcp --client claude
npx mcp-hub install github-mcp-server --client cursor
npx mcp-hub install filesystem --client vscode
  • Runs a trust check before installing
  • Adds the MCP server config to your client
  • Refuses to install servers with DENY trust recommendation (use --force to override)

List

npx mcp-hub list

Shows all installed MCP servers across Claude, Cursor, and VS Code with current trust scores.

Update

npx mcp-hub update

Checks trust scores for all installed servers. Warns about trust drops and suggests replacements.

Recommend

npx mcp-hub recommend "I need to query databases and search github"

Analyzes your needs, finds the best tool for each capability, and offers to install all at once.

How it works

mcp-hub uses the Nerq API to search and verify MCP servers:

  • /v1/discover — Search 25,000+ MCP servers by keyword
  • /v1/resolve — Find the best tool for any task
  • /v1/preflight — Trust-check any agent before using it

Every server is scored on security, maintenance, popularity, license compliance, and ecosystem health.

Config file locations

| Client | macOS | Windows | Linux | |--------|-------|---------|-------| | Claude | ~/Library/Application Support/Claude/claude_desktop_config.json | %APPDATA%/Claude/claude_desktop_config.json | ~/.config/claude/claude_desktop_config.json | | Cursor | ~/.cursor/mcp.json | ~/.cursor/mcp.json | ~/.cursor/mcp.json | | VS Code | ~/.vscode/mcp.json | ~/.vscode/mcp.json | ~/.vscode/mcp.json |

License

MIT