
Crypto_MCP
A Model Context Protocol (MCP) server for encrypting/decrypting/algorithm/hash
Installation
Installing for Claude Desktop
Option 1: One-Command Installation
npx mcpbar@latest install 1595901624/crypto-mcp -c claude
This command will automatically install and configure the Crypto_MCP MCP server for your selected client.
Option 2: Manual Configuration
Run the command below to open your configuration file:
npx mcpbar@latest edit -c claude
After opening your configuration file, copy and paste this configuration:
View JSON configuration
{
"mcpServers": {
"Crypto_MCP": {
"command": "node",
"args": [
"path/to/crypto-mcp/build/index.js"
],
"disabled": false,
"autoApprove": []
}
}
}
Details:
Stars
7Forks
3Last commit
4 months agoRepository age
4 monthsLicense
MIT
Auto-fetched from GitHub .
MCP servers similar to Crypto_MCP:

Stars
Forks
Last commit

Stars
Forks
Last commit

Stars
Forks
Last commit