Skip to content
Claude Desktop

digest mcp for Claude Desktop

io.github.nexus-api-lab/digest-mcp

Exact hashing, base64/hex/URL encoding, JWT decoding and UUIDs for AI agents. No auth required.

client:Claude Desktop transport:streamable-http

Install digest mcp in Claude Desktop

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

{
  "mcpServers": {
    "digest-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://digest-mcp.dokasukadon.workers.dev/mcp"
      ]
    }
  }
}

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

digest mcp in other clients