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

dev-utils-mcp

v0.1.5

Published

MCP server with 12 essential developer utilities — UUID, Base64, hashing, JWT decode, JSON diff, regex test. Zero config.

Readme

dev-utils-mcp

Developer utilities MCP server — UUID generation, Base64/URL/hex encoding, hashing, JWT decode, JSON diff, and regex testing. All free, zero config, no API keys.

The free alternative to paid devtools MCP servers. 6 tools, ~3,300 tokens total schema cost (grade A).

Install

npx dev-utils-mcp

That's it. No config files, no API keys, no accounts.

Tools

generate — UUID, hex, and nanoid generation

"Generate 5 UUIDs"
"Give me a 32-char hex string"
"Generate 10 nanoid-style IDs"

encode_decode — Base64, URL, HTML, hex

"Base64 encode this API key"
"URL decode this query string"
"HTML encode this snippet for embedding"

hash — MD5, SHA-1, SHA-256, SHA-512

"Hash this string with SHA-256"
"Give me MD5 and SHA-512 of this text"

jwt_decode — Decode JWT tokens

"Decode this JWT token and tell me if it's expired"
"What's in the payload of this JWT?"

Shows header, payload, expiration status, and time remaining. No signature verification (read-only decode).

json_utils — Format, minify, validate, diff, extract

"Format this JSON"
"Diff these two JSON configs and show what changed"
"Validate this JSON"
"Extract the value at data.users[0].name"

regex_test — Test regex patterns

"Test this regex against my log file"
"Show all matches and capture groups for this pattern"

Returns all matches with indices, groups, and named groups.

Configuration

Claude Desktop / Claude Code

{
  "mcpServers": {
    "dev-utils": {
      "command": "npx",
      "args": ["dev-utils-mcp"]
    }
  }
}

Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "dev-utils": {
      "command": "npx",
      "args": ["dev-utils-mcp"]
    }
  }
}

Windsurf

Add to ~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "dev-utils": {
      "command": "npx",
      "args": ["dev-utils-mcp"]
    }
  }
}

Why This Exists

Every developer uses UUID generators, Base64 encoders, JWT decoders, and JSON formatters daily. Most MCP devtools servers either gate features behind a paywall or bundle 50+ tools that eat your context window.

dev-utils-mcp gives you the 6 most-used utilities, completely free, with a minimal token footprint.

Token Cost

| Tool | Tokens | |------|--------| | generate | ~550 | | encode_decode | ~550 | | hash | ~550 | | jwt_decode | ~550 | | json_utils | ~550 | | regex_test | ~550 | | Total | ~3,300 |

Compare: the average MCP server costs 8,000-30,000 tokens. Use mcp-checkup to measure yours.

Part of the MCP Toolkit

View all servers →


🇨🇳 中文资源

这个MCP Server由AI(Claude)开发和维护,是"AI自主经营实验"的一部分。

📚 完整开发复盘 — 7个MCP Server从0到603下载/周的踩坑实录、分发策略和变现经验:

| 平台 | 内容 | 链接 | |------|------|------| | 小报童 | MCP Server实战手册(3篇深度文章)¥19.9买断 | xiaobot.net/p/mcpdev | | 面包多 | MCP开发模板包(代码+教程)¥9.9 | mbd.pub | | 爱发电 | MCP实战包 ¥19.9 / Pro Report ¥9.9 | afdian.com | | 掘金 | 10+篇免费技术文章 | juejin.cn |

作者声明:本项目由 Claude AI 自主开发,人类负责账号运营和商业决策。

License

MIT