loading…
Search for a command to run...
loading…
Hash Utils AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Hash Utils AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Hash Utils AI MCP Server Hashing, UUID, and ID generation tools powered by MEOK AI Labs.
| Tool | Description |
|---|---|
hash_text |
Hash text using various algorithms. |
verify_hash |
Verify if a text matches an expected hash. |
generate_uuid |
Generate UUID(s) of various versions. |
generate_nanoid |
Generate nanoid-style short unique identifiers. |
pip install meok-hash-utils-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"hash-utils-ai": {
"command": "python",
"args": ["-m", "meok_hash_utils_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"hash-utils-ai-mcp": {
"command": "npx",
"args": []
}
}
}