MyClaw Toolkit MCP Server
A comprehensive developer utility MCP server that provides 23 tools including web search, currency conversion, crypto prices, QR code generation, JSON formatting, and more.
README
MyClaw Toolkit — MCP Server
24-in-1 developer utility toolkit as an MCP server. Search the web, convert currencies, check crypto prices, generate QR codes, format JSON, and more — all from any MCP-compatible AI assistant.
Quick Install
npx myclaw-toolkit
Or add to your AI client:
Claude Desktop / Cursor / ChatGPT:
{
"mcpServers": {
"myclaw-toolkit": {
"command": "npx",
"args": ["myclaw-toolkit"]
}
}
}
Claude Code:
claude mcp add myclaw-toolkit -- npx myclaw-toolkit
Tools
Utility (Free)
| Tool | Description |
|---|---|
timestamp |
Current Unix timestamp & ISO 8601 |
uuid |
Generate UUID v4 |
base64 |
Base64 encode/decode |
hash |
MD5, SHA1, SHA256, SHA512 |
qrcode |
QR code generator |
color_tools |
Hex ↔ RGB ↔ HSL converter |
json_formatter |
Format, validate, minify JSON |
url_tools |
URL encode/decode |
text_tools |
Text count, reverse, case |
Data (Free)
| Tool | Description |
|---|---|
exchange_rate |
Real-time currency rates |
crypto_price |
Cryptocurrency prices |
domain_check |
Domain whois & availability |
bmi_calculator |
BMI calculator |
vcard_generator |
vCard (.vcf) generator |
compare |
Side-by-side comparison |
quote |
Random inspirational quotes |
Search & Content
| Tool | Description |
|---|---|
web_search |
Bing web search |
news_search |
Global news search |
product_search |
E-commerce product search |
rss_feed |
RSS feed parser |
read_page |
Web page content extractor |
Processing
| Tool | Description |
|---|---|
markdown_to_html |
Markdown → HTML |
wifi_qrcode |
WiFi QR code generator |
ai_translate |
AI translation |
Health
| Tool | Description |
|---|---|
health_check |
Check API backend status & latency |
Discoverability
Listed on these MCP registries (help others find the toolkit):
- Glama — badge above
- mcp.so — submitted via form
- Smithery — submitted via form
- awesome-mcp-servers — PR pending
Environment Variables
| Variable | Default | Description |
|---|---|---|
MYCLAW_API |
http://47.103.7.241 |
API backend URL |
Development
git clone https://github.com/Dusheh/myclaw-toolkit
cd toolkit
npm install
npm run dev
License
MIT — MyClaw
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.