JSPM

  • Created
  • Published
  • Downloads 133
  • Score
    100M100P100Q63626F
  • License MIT

MCP server with 30 developer utilities - UUID, hash, HMAC, base64, timestamps, JWT decode, random strings, URL encode/decode, JSON format, regex test, cron explain, color convert, semver compare, HTTP status codes, slugify, HTML escape, chmod calculator, text diff, number base converter, lorem ipsum, word count, CIDR calculator, case converter, markdown TOC, env parser, IP info, password strength, data size converter, string escape

Package Exports

  • mcp-devutils
  • mcp-devutils/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mcp-devutils) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

mcp-devutils

MCP server with 30 developer utilities for Claude Desktop, Cursor, and any MCP-compatible AI assistant.

Install

{
  "mcpServers": {
    "devutils": {
      "command": "npx",
      "args": ["-y", "mcp-devutils"]
    }
  }
}

Tools (30)

Tool Description
uuid Generate UUID v4 (batch support)
hash Hash text (md5, sha1, sha256)
base64 Encode/decode base64
timestamp Convert Unix ↔ ISO 8601 dates
jwt_decode Decode JWT tokens (header + payload)
random_string Generate random strings/passwords
url_encode URL encode/decode
json_format Pretty-print or minify JSON
regex_test Test regex patterns with match details
cron_explain Explain cron expressions + next run times
hmac Generate HMAC signatures
color_convert Convert hex ↔ RGB ↔ HSL colors
semver_compare Compare semantic versions
http_status Look up HTTP status code meanings
slug Generate URL-safe slugs
escape_html Escape/unescape HTML entities
chmod_calc Convert numeric ↔ symbolic permissions
diff Compare two text strings
number_base Convert decimal/hex/octal/binary
lorem_ipsum Generate placeholder text
word_count Count chars, words, lines, bytes
cidr Parse CIDR notation (network, broadcast, hosts)
case_convert Convert camelCase/snake_case/PascalCase/kebab-case
markdown_toc Generate table of contents from markdown
env_parse Parse and validate .env files
ip_info Analyze IP addresses (type, class, private/public)
password_strength Analyze password entropy and strength
data_size Convert between bytes/KB/MB/GB/TB (SI + IEC)
string_escape Escape strings for JSON/CSV/regex/SQL/shell

Zero dependencies

Only requires @modelcontextprotocol/sdk. All tools use Node.js built-ins.

Support

If this tool saves you time, consider supporting development:

License

MIT