← Back to browse

devutils

Indexed by io.github.ofershap

About

Developer utilities MCP: base64, UUID, hash, JWT decode, cron, timestamps.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Claude Code
claude mcp add devutils -- npx mcp-server-devutils
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"devutils","command":"npx","args":["mcp-server-devutils"]}'
JSON
{
  "mcpServers": {
    "devutils": {
      "command": "npx",
      "args": [
        "mcp-server-devutils"
      ]
    }
  }
}