Hash Digest Tool for Claude Desktop
com.apished/hash-digest-tool
Computes MD5, SHA1, SHA256, SHA512, and CRC32 digests from text, base64, or hex input.
client:Claude Desktop
transport:streamable-http
tools:1
Install Hash Digest Tool in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"hash-digest-tool": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://apished.com/mcp/v1/hash"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs