Devutils MCP Server
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. Its 17 documented tools cover cron, timestamp, json, base64.
People who work with cron, timestamp and json and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-03-10 · ★ 4 · #132 OF 204 MAINTAINED SECURITY · VERIFIED 2026-09-18
MIT · TypeScript servers · how we verify → /methodology
01 · Install Devutils
before you install - you'll need
The README does not document required environment variables for a basic install.
Claude Code
claude mcp add ofershap-mcp-server-devutils -- npx -y mcp-server-devutils Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"ofershap-mcp-server-devutils": {
"command": "npx",
"args": [
"-y",
"mcp-server-devutils"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
license MIT - declared in the repository
npm package mcp-server-devutils - unscoped; check the name against the project README before installing
registry namespace io.github.ofershap is GitHub-verified and matches the repo owner
03 · What Devutils can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
With this server connected, an agent can generate one or more UUIDs (v4), generate a ULID, validate a cron expression, and get current time in multiple formats.
Capability map
Tools grouped from the project's README - what Devutils lets an agent do.
Cron
3 tools - e.g. Explain a cron expression in plain English; Validate a cron expression; Show next N run times for a cron expression
cron_explain · cron_validate · cron_next
Timestamp
3 tools - e.g. Convert Unix timestamp to ISO 8601; Convert ISO 8601 to Unix timestamp; Get current time in multiple formats
timestamp_to_iso · iso_to_timestamp · timestamp_now
Json
3 tools - e.g. Pretty-print a JSON string; Minify a JSON string; Validate JSON and report its type
json_format · json_minify · json_validate
Base64
2 tools - e.g. Encode a string to Base64; Decode a Base64 string
base64_encode · base64_decode
Hash
2 tools - e.g. Hash a string (md5, sha1, sha256, sha384, sha512); Hash with all algorithms at once
hash · hash_all
Uuid
1 tool - e.g. Generate one or more UUIDs (v4)
uuid_generate
Ulid
1 tool - e.g. Generate a ULID
ulid_generate
Jwt
1 tool - e.g. Decode a JWT token (header, payload, expiry)
jwt_decode
04 · Who maintains Devutils
devutils is maintained by ofershap. We track 15 MCP servers from ofershap - 15 actively maintained, 98 combined GitHub stars, oldest repo from Feb 2026. Full record: all servers from ofershap.
- real-browser MCP server + Chrome extension for AI browser control with real sessions. ★ 51
- ai-context-kit Lint, measure, and sync AI context files across Cursor, Claude Code, Copilot. ★ 8
- docker MCP server for Docker - manage containers, images, volumes, and compose services from your IDE ★ 3
- scraper Web scraping MCP - extract clean markdown, links, and metadata from any URL. ★ 6
- markdown Markdown MCP - search, extract sections, list headings, find code blocks. ★ 5
- s3 AWS S3 MCP - list buckets, browse objects, upload/download, presigned URLs. ★ 4
05 · Facts
- repository
- github.com/ofershap/mcp-server-devutils
- category
- security - ranked #132 of 204 actively-maintained security servers as of 2026-09-18.
- registry
- io.github.ofershap/devutils (active, first published 2026-03-10)
- packages
- npm:mcp-server-devutils
06 · Devutils FAQ
Is Devutils still maintained?
Yes - as of 2026-09-18, its last commit was 2026-03-10. We re-verify nightly.
What can Devutils do?
With this server connected, an agent can generate one or more UUIDs (v4), generate a ULID, validate a cron expression, and get current time in multiple formats.
How do I install Devutils?
Run `npx -y mcp-server-devutils`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.
Does Devutils run locally?
Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to Devutils
Alternatives to Devutils
Maintained security servers if Devutils isn't the fit.
- Treg To OpenRouter for tools and data. Compare catalog providers and call them from one hosted MCP endpoint. ★ 1,627 · 2026-09-18
- SafeDep Vet MCP Protect your AI agents and IDEs from malicious open-source packages. ★ 1,105 · 2026-09-16
- SonarQube MCP Server Analyze code quality and security with SonarQube Server or Cloud directly in AI assistants. ★ 652 · 2026-09-17
- HOL Guard Local-first AI agent security evidence and approval workflows through HOL Guard's stdio MCP server. ★ 625 · 2026-09-18
- Decionis CommerceGate MCP Commerce preflights, D365 authorization, signed evidence, and reports; no marketplace or ERP writes. ★ 533 · 2026-09-18
- Emisar Let AI operate servers without SSH. Choose actions, approve risky changes, and audit every step. ★ 353 · 2026-09-15
Pairs well with
Servers that cover what Devutils doesn't - only shown when the pairing reason fits the companion.
More security MCP servers · Dns · Microsoft 365 Admin · Onelogin MCP · Onplana · Operant MCP
More TypeScript MCP servers · Docker · GitHub Actions · GitHub Gist · Markdown · see all