Server data from the Official MCP Registry
Developer utilities MCP: base64, UUID, hash, JWT decode, cron, timestamps.
Developer utilities MCP: base64, UUID, hash, JWT decode, cron, timestamps.
Valid MCP server (2 strong, 4 medium validity signals). 1 known CVE in dependencies Package registry verified. Imported from the Official MCP Registry. Trust signals: trusted author (15/16 approved).
12 files analyzed · 2 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-ofershap-devutils": {
"args": [
"-y",
"mcp-server-devutils"
],
"command": "npx"
}
}
}From the project's GitHub README.
An MCP server that gives your AI assistant 17 developer utilities — base64, UUID, JWT decode, cron, timestamps, JSON, regex. No API keys, no external services, just npx.
You: "Decode this JWT: eyJhbGci..."
AI: Header: { alg: "RS256" } Payload: { sub: "1234", exp: 1700000000 } Expired: yes
Works with Claude Desktop, Cursor, and VS Code Copilot. Zero auth required.

| Tool | What it does |
|---|---|
base64_encode | Encode a string to Base64 |
base64_decode | Decode a Base64 string |
uuid_generate | Generate one or more UUIDs (v4) |
ulid_generate | Generate a ULID |
hash | Hash a string (md5, sha1, sha256, sha384, sha512) |
hash_all | Hash with all algorithms at once |
jwt_decode | Decode a JWT token (header, payload, expiry) |
cron_explain | Explain a cron expression in plain English |
cron_validate | Validate a cron expression |
cron_next | Show next N run times for a cron expression |
timestamp_to_iso | Convert Unix timestamp to ISO 8601 |
iso_to_timestamp | Convert ISO 8601 to Unix timestamp |
timestamp_now | Get current time in multiple formats |
json_format | Pretty-print a JSON string |
json_minify | Minify a JSON string |
json_validate | Validate JSON and report its type |
regex_test | Test a regex pattern against a string |
Add to your claude_desktop_config.json:
{
"mcpServers": {
"devutils": {
"command": "npx",
"args": ["-y", "mcp-server-devutils"]
}
}
}
Add to your .cursor/mcp.json:
{
"mcpServers": {
"devutils": {
"command": "npx",
"args": ["-y", "mcp-server-devutils"]
}
}
}
Add to your .vscode/mcp.json:
{
"servers": {
"devutils": {
"command": "npx",
"args": ["-y", "mcp-server-devutils"]
}
}
}
Ask your AI assistant:
0 9 * * 1-5 mean?"\d{3}-\d{4} against '555-1234'"npm install
npm test
npm run build
README built with README Builder
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.