Odel
DevUtils MCP Server

DevUtils MCP Server

Local
@paladini5TypeScriptMITUpdated 1mo ago

36 local developer utilities for AI agents. Hash, encoding, UUID, JWT, JSON, network, text.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmdevutils-mcp-serverv1.1.0

Run

npx -y devutils-mcp-server

MCP client config

{
  "mcpServers": {
    "devutils-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "devutils-mcp-server"
      ]
    }
  }
}