hlteoh37/mcp-devutils
MCP server with developer utilities - UUID, hash, base64, timestamps, JWT decode, and more
Platform-specific configuration:
{
"mcpServers": {
"mcp-devutils": {
"command": "npx",
"args": [
"-y",
"mcp-devutils"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://www.npmjs.com/package/mcp-devutils) [](https://www.npmjs.com/package/mcp-devutils) [](https://opensource.org/licenses/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 each — unlock 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.
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"]
}
}
}Add to .cursor/mcp.json in your project or ~/.cursor/mcp.json globally:
{
"mcpServers": {
"devutils": {
"command": "npx",
"args": ["-y", "mcp-devutils"]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"devutils": {
"command": "npx",
"args": ["-y", "mcp-devutils"]
}
}
}claude mcp add devutils -- npx -y mcp-devutilsAdd to .vscode/mcp.json in your project:
{
"servers": {
"devutils": {
"command": "npx",
"args": ["-y", "mcp-devutils"]
}
}
}---
> 🔓 **Try before you
Loading reviews...