Devutils
Freeby MCP Community
MCP server with 45 developer utilities (16 free + 29 pro). Free: UUID, hash, HMAC, base64, timestamps, JWT decode, random strings, URL encode/decode, JSON forma
v2.9.16Added Apr 12, 2026
mcpmodel-context-protocoldeveloper-toolsutilitiesuuid
Devutils MCP Server
MCP server with 45 developer utilities (16 free + 29 pro). Free: UUID, hash, HMAC, base64, timestamps, JWT decode, random strings, URL encode/decode, JSON forma
Installation
Reviews
Installation
Quick install
npx -y mcp-devutils
Add to claude_desktop_config.json
{
"mcpServers": {
"devutils": {
"command": "npx",
"args": ["-y", "mcp-devutils"]
}
}
}