Checksum MCP runs on your own machine — the client starts it, so there is no endpoint to ping.
Compute file and text checksums locally with sha and md5. No network and no key.
The linked repository no longer exists on GitHub — it was deleted or made private.
Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add checksum-mcp -- npx -y checksum-mcp
{
"mcpServers": {
"checksum-mcp": {
"args": [
"-y",
"checksum-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.checksum-mcp]
command = "npx"
args = ["-y", "checksum-mcp"]
{
"mcpServers": {
"checksum-mcp": {
"args": [
"-y",
"checksum-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"checksum-mcp": {
"args": [
"-y",
"checksum-mcp"
],
"command": "npx"
}
}
}
Compare two texts or files and show line changes locally. No network and no key.
Generate lorem ipsum and filler text locally. No network and no key.
Find anagrams and check if two words are anagrams locally. No network and no key.
Prime checks, factors, GCD, and basic statistics computed locally. No network and no key.
Hash, sign, and encrypt text locally with standard algorithms. No network and no key.
Slugify, convert case, and encode text locally. No network and no key.
Generate PDF documents locally with text, headings, and pages. No network and no key.
Create and edit Excel workbooks locally with rows and sheets. No network and no key.
Answers built from our own checks of this server.