MCP Hub
Back to servers

mcp-devutils

MCP server with 45 developer utilities (16 free + 29 pro). Free: UUID, hash, HMAC, base64, timestamps, JWT decode, random strings, URL encode/decode, JSON format, YAML/JSON convert, regex test, cron explain, color convert, HTTP status, slugify, HTML escap

npm2.1k/wk
Updated
Mar 30, 2026

Quick Install

npx -y mcp-devutils

mcp-devutils

npm version npm downloads License: MIT

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

3,900+ developers have installed mcp-devutils — join them in seconds.

16 tools free forever + try all 29 pro tools 3 times eachunlock permanently for $5 (one-time).

"Generate a UUID" · "Hash this password with SHA-256" · "Decode this JWT" · "What does 0 15 10 * * ? mean in cron?" · "Convert this JSON to CSV" · "Diff these two configs"

Just ask your AI assistant — mcp-devutils handles it instantly, no browser tabs needed.

Install

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

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

Cursor

Add to .cursor/mcp.json in your project or ~/.cursor/mcp.json globally:

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

Windsurf

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

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

Claude Code

claude mcp add devutils -- npx -y mcp-devutils

VS Code (Copilot / Continue / Cline)

Add to .vscode/mcp.json in your project:

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

🔓 Try before you buy — Every pro tool works 3 times free, no sign-up needed. Just install and ask your AI assistant to use any pro tool. Love it? Unlock all 29 pro tools permanently for $5 (one-time, no subscription).

Unlock all 45 tools for $5 →


Unlock Pro (29 extra tools) — $5 one-time

  1. Buy Pro License ($5)
  2. Your license key is emailed within 1 hour
  3. Add it to your MCP config:
{
  "mcpServers": {
    "devutils": {
      "command": "npx",
      "args": ["-y", "mcp-devutils"],
      "env": {
        "MCP_DEVUTILS_KEY": "DU.xxxxx.xxxxx"
      }
    }
  }
}

Free Tools (16)

ToolDescription
uuidGenerate UUID v4 (batch support)
hashHash text (md5, sha1, sha256)
base64Encode/decode base64
timestampConvert Unix ↔ ISO 8601 dates
jwt_decodeDecode JWT tokens (header + payload)
random_stringGenerate random strings/passwords
url_encodeURL encode/decode
json_formatPretty-print or minify JSON
yaml_jsonConvert between YAML and JSON (auto-detects format)
regex_testTest regex patterns with match details
cron_explainExplain cron expressions + next run times
hmacGenerate HMAC signatures
color_convertConvert hex ↔ RGB ↔ HSL colors
http_statusLook up HTTP status code meanings
slugGenerate URL-safe slugs
escape_htmlEscape/unescape HTML entities
devutils_statusShow license status and remaining trial uses

Pro Tools (29)

ToolDescription
semver_compareCompare semantic versions
chmod_calcConvert numeric ↔ symbolic permissions
diffCompare two text strings
number_baseConvert decimal/hex/octal/binary
lorem_ipsumGenerate placeholder text
word_countCount chars, words, lines, bytes
cidrParse CIDR notation (network, broadcast, hosts)
case_convertConvert camelCase/snake_case/PascalCase/kebab-case
markdown_tocGenerate table of contents from markdown
env_parseParse and validate .env files
ip_infoAnalyze IP addresses (type, class, private/public)
password_strengthAnalyze password entropy and strength
data_sizeConvert between bytes/KB/MB/GB/TB (SI + IEC)
string_escapeEscape strings for JSON/CSV/regex/SQL/shell
nanoidGenerate compact, URL-safe unique IDs
csv_jsonConvert between CSV and JSON
hex_encodeHex encode/decode text
char_infoUnicode character info (codepoint, UTF-8 bytes, HTML entity)
byte_countCount string bytes in UTF-8/UTF-16/ASCII
json_diffCompare two JSON objects — show added/removed/changed
jwt_createCreate HS256 JWT tokens for API testing
sql_formatFormat SQL queries with proper indentation
json_queryExtract values from JSON using dot-notation paths
epoch_convertConvert epoch timestamps across multiple timezones
aes_encryptAES-256-CBC encrypt text with any key
aes_decryptDecrypt AES-256-CBC encrypted text
rsa_keygenGenerate RSA key pairs (1024/2048/4096-bit)
scrypt_hashHash passwords with scrypt (RFC 7914)
regex_replaceFind & replace with regex + capture groups

Also available as a VS Code extension

Prefer tools in your editor sidebar? DevUtils for VS Code — same 45 tools, native VS Code UI. Works on selected text, activity bar panel, keyboard shortcuts.

Minimal dependencies

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

Support

License

MIT

Reviews

No reviews yet

Sign in to write a review