mcp-server-devutils
MCP Server DevUtils — 17 Developer Tools for AI Assistants
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: yesWorks with Claude Desktop, Cursor, and VS Code Copilot. Zero auth required.

Tools
Tool | What it does |
| Encode a string to Base64 |
| Decode a Base64 string |
| Generate one or more UUIDs (v4) |
| Generate a ULID |
| Hash a string (md5, sha1, sha256, sha384, sha512) |
| Hash with all algorithms at once |
| Decode a JWT token (header, payload, expiry) |
| Explain a cron expression in plain English |
| Validate a cron expression |
| Show next N run times for a cron expression |
| Convert Unix timestamp to ISO 8601 |
| Convert ISO 8601 to Unix timestamp |
| Get current time in multiple formats |
| Pretty-print a JSON string |
| Minify a JSON string |
| Validate JSON and report its type |
| Test a regex pattern against a string |
Related MCP server: mcp-dev-utils
Quick Start
With Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"devutils": {
"command": "npx",
"args": ["-y", "mcp-server-devutils"]
}
}
}With Cursor
Add to your .cursor/mcp.json:
{
"mcpServers": {
"devutils": {
"command": "npx",
"args": ["-y", "mcp-server-devutils"]
}
}
}With VS Code (Copilot)
Add to your .vscode/mcp.json:
{
"servers": {
"devutils": {
"command": "npx",
"args": ["-y", "mcp-server-devutils"]
}
}
}Examples
Ask your AI assistant:
"Decode this JWT token: eyJhbG..."
"What does the cron expression
0 9 * * 1-5mean?""Generate 5 UUIDs"
"Hash this string with SHA-256: hello world"
"Convert Unix timestamp 1700000000 to a date"
"Format this JSON: {"a":1,"b":2}"
"Test the regex
\d{3}-\d{4}against '555-1234'"
Development
npm install
npm test
npm run buildAuthor
README built with README Builder
License
MIT © Ofer Shapira
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceSwiss-army-knife utility MCP server for AI agents. 18 tools for JSON validation/formatting, base64 encode/decode, hash generation, UUID generation, URL parsing, regex testing, markdown↔HTML conversion, text stats, slug generation, datetime conversion, cron parsing, text diffing, CSV↔JSON conversion, and JWT decoding. Zero API Key requiredLast updated5
- FlicenseAqualityCmaintenanceA lightweight MCP server providing everyday developer utilities such as JSON formatting, UUID generation, Base64 conversion, HTTP status lookup, and Unix timestamp conversion as tools and resources.Last updated5
- Alicense-qualityBmaintenanceA unified developer toolbox MCP server providing utilities for base64, JWT, timestamps, UUID, JSON formatting, hashing, URL handling, case conversion, color conversion, number bases, string operations, and regex.Last updated319MIT
- AlicenseAqualityCmaintenanceA credential-free MCP server offering developer utilities such as JSON formatting, regex testing, hashing, UUID generation, base64 transforms, and JWT inspection, with no network dependencies.Last updated6MIT
Related MCP Connectors
Remote MCP server: 10 developer utilities (base64, JWT, DNS, UUID, URL, JSON, UA, IP lookup).
Encoding MCP — Base64 / Base64URL / Base32 / Hex.
MCP server for URL shortening and management
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ofershap/mcp-server-devutils'
If you have feedback or need assistance with the MCP directory API, please join our Discord server