Skip to content
Claude Desktop

Razi Dev Utilities for Claude Desktop

io.github.razikallayi/razi-dev

Developer utilities over MCP: Base64 encode and decode, decode JWTs, format JSON, do percentages.

client:Claude Desktop transport:streamable-http

Install Razi Dev Utilities in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "razi-dev": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://www.razi.pro/api/mcp/dev"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Razi Dev Utilities in other clients