Back to Browse

Myclaw Toolkit MCP Server

by Dusheh
Developer ToolsModerate7.9MCP RegistryLocal
Free

Server data from the Official MCP Registry

23-in-1 developer utility toolkit — search, exchange rates, crypto, QR codes, and more

About

23-in-1 developer utility toolkit — search, exchange rates, crypto, QR codes, and more

Security Report

7.9
Moderate7.9Low Risk

Valid MCP server (2 strong, 4 medium validity signals). 1 code issue detected. 2 known CVEs in dependencies (0 critical, 2 high severity) Package registry verified. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

5 files analyzed · 4 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-dusheh-myclaw-toolkit": {
      "args": [
        "-y",
        "myclaw-toolkit"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

MyClaw Toolkit — MCP Server

Glama npm npm downloads license tests

24-in-1 developer utility toolkit as an MCP server — privacy-first. Search the web, convert currencies, check crypto prices, generate QR codes, format JSON, and more — all from any MCP-compatible AI assistant.

🔒 Privacy-First Design

Most tools run 100% locally on your machine — no data ever leaves your device:

Local tools (zero network)Tools requiring remote API
timestamp, uuid, base64, hashweb_search, news_search
qrcode, wifi_qrcodeproduct_search, exchange_rate
color_tools, json_formattercrypto_price, domain_check
url_tools, text_toolsrss_feed, read_page
bmi_calculator, vcard_generatorai_translate, quote, compare
markdown_to_html

WiFi passwords, JSON data, text content, hashes, and Markdown documents are all processed entirely on-device. Only tools that genuinely need external data (search, exchange rates, etc.) call the remote API.

Quick Install

npx myclaw-toolkit

Or add to your AI client:

Claude Desktop / Cursor / ChatGPT:

{
  "mcpServers": {
    "myclaw-toolkit": {
      "command": "npx",
      "args": ["-y", "myclaw-toolkit"]
    }
  }
}

Claude Code:

claude mcp add myclaw-toolkit -- npx myclaw-toolkit

Tools

Utility (Local)

ToolDescription
timestampCurrent Unix timestamp & ISO 8601
uuidGenerate UUID v4
base64Base64 encode/decode
hashMD5, SHA1, SHA256, SHA512
qrcodeQR code generator
color_toolsHex ↔ RGB ↔ HSL converter
json_formatterFormat, validate, minify JSON
url_toolsURL encode/decode
text_toolsText count, reverse, case

Data

ToolDescription
exchange_rateReal-time currency rates (API)
crypto_priceCryptocurrency prices (API)
domain_checkDomain whois & availability (API)
bmi_calculatorBMI calculator (local)
vcard_generatorvCard (.vcf) generator (local)
compareSide-by-side comparison (API)
quoteRandom inspirational quotes (API)

Search & Content

ToolDescription
web_searchBing web search
news_searchGlobal news search
product_searchE-commerce product search
rss_feedRSS feed parser
read_pageWeb page content extractor

Processing

ToolDescription
markdown_to_htmlMarkdown → HTML (local)
wifi_qrcodeWiFi QR code generator (local — password never sent)
ai_translateAI translation via MyMemory API

Health

ToolDescription
health_checkCheck API backend status & latency

Discoverability

Listed on these MCP registries (help others find the toolkit):

Environment Variables

VariableDefaultDescription
MYCLAW_APIhttp://47.103.7.241API backend URL

Development

git clone https://github.com/Dusheh/myclaw-toolkit
cd myclaw-toolkit
npm install
npm run dev     # Run with tsx
npm run build   # Compile TypeScript
npm test        # Run 24 unit tests
npm run lint    # ESLint check

License

MIT

Reviews

No reviews yet

Be the first to review this server!