Devutils runs on your own machine — the client starts it, so there is no endpoint to ping. 57 installs a week from npm. Last commit 10 Mar 2026.
Developer utilities MCP: base64, UUID, hash, JWT decode, cron, timestamps.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add devutils -- npx -y mcp-server-devutils
{
"mcpServers": {
"devutils": {
"args": [
"-y",
"mcp-server-devutils"
],
"command": "npx"
}
}
}
[mcp_servers.devutils]
command = "npx"
args = ["-y", "mcp-server-devutils"]
{
"mcpServers": {
"devutils": {
"args": [
"-y",
"mcp-server-devutils"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"devutils": {
"args": [
"-y",
"mcp-server-devutils"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.