Python Hashlib
FreeNot checkedCryptographic hashing via Python's hashlib — compute MD5, SHA-1, SHA-256, and other digests.
About
Cryptographic hashing via Python's hashlib — compute MD5, SHA-1, SHA-256, and other digests.
README
An MCP server that exposes hashlib functionality to LLMs.
mcp-name: io.github.daedalus/mcp-hashlib
Install
pip install mcp-hashlib
Usage
from mcp_hashlib import mcp, main
Available Tools
The MCP server exposes the following hashlib functions:
hash_md5- MD5 hashhash_sha1- SHA1 hashhash_sha256- SHA256 hashhash_sha512- SHA512 hashhash_sha224- SHA224 hashhash_sha384- SHA384 hashhash_sha3_224- SHA3-224 hashhash_sha3_256- SHA3-256 hashhash_sha3_384- SHA3-384 hashhash_sha3_512- SHA3-512 hashhash_blake2b- BLAKE2b hash (512-bit)hash_blake2s- BLAKE2s hash (256-bit)hash_shake_128- SHAKE-128 XOF hashhash_shake_256- SHAKE-256 XOF hashhash_pbkdf2_hmac- PBKDF2-HMAC key derivationhash_scrypt- Scrypt key derivationhash_file_digest- Hash file-like objecthash_new- Create hash with any available algorithmhash_info- Get algorithm infohash_update- Incremental hashinghash_copy- Copy hash objecthash_properties- Get algorithm properties
Development
git clone https://github.com/daedalus/mcp-hashlib.git
cd mcp-hashlib
pip install -e ".[test]"
# run tests
pytest
# format
ruff format src/ tests/
# lint
ruff check src/ tests/
# type check
mypy src/
Installing Python Hashlib
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/daedalus/mcp-hashlibFAQ
Is Python Hashlib MCP free?
Yes, Python Hashlib MCP is free — one-click install via Unyly at no cost.
Does Python Hashlib need an API key?
No, Python Hashlib runs without API keys or environment variables.
Is Python Hashlib hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Python Hashlib in Claude Desktop, Claude Code or Cursor?
Open Python Hashlib on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Python Hashlib with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
