devtools-mcp
A comprehensive toolkit of 23 developer utilities that enables AI assistants to perform tasks like encoding, cryptography, and data generation locally without requiring API keys. It streamlines workflows by providing tools for JWT decoding, UUID generation, regex testing, and JSON formatting directly within the chat interface.
README
devtools-mcp 🛠️
Swiss Army knife MCP server — 23 developer utilities with zero API keys required.
Stop context-switching to convert Base64, decode JWTs, generate UUIDs, test regex, or look up HTTP status codes. mcp-devtools-server puts all these tools directly in your AI assistant.
Quick Start
Claude Code
claude mcp add devtools -- npx mcp-devtools-server
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"devtools": {
"command": "npx",
"args": ["devtools-mcp"]
}
}
}
Cursor / VS Code
Add to .cursor/mcp.json or VS Code MCP settings:
{
"servers": {
"devtools": {
"command": "npx",
"args": ["devtools-mcp"]
}
}
}
No API keys. No configuration. Just works.
23 Tools Included
Encoding & Decoding
| Tool | Description |
|---|---|
base64_encode |
Encode text to Base64 |
base64_decode |
Decode Base64 to text |
url_encode |
URL-encode a string |
url_decode |
Decode URL-encoded string |
html_encode |
HTML-encode special characters |
html_decode |
Decode HTML entities |
Cryptography & Hashing
| Tool | Description |
|---|---|
hash |
Generate hash (MD5, SHA1, SHA256, SHA512) |
hmac |
Generate HMAC signature |
jwt_decode |
Decode JWT token (header, payload, expiry) |
Generation
| Tool | Description |
|---|---|
uuid |
Generate UUID v4 (1-100 at once) |
random_string |
Random hex, base64, or alphanumeric strings |
qr_generate |
Generate QR code as PNG image |
JSON
| Tool | Description |
|---|---|
json_format |
Pretty-print or minify JSON |
json_diff |
Deep-compare two JSON objects |
Date & Time
| Tool | Description |
|---|---|
timestamp |
Convert Unix ↔ ISO dates, relative time |
Text & Regex
| Tool | Description |
|---|---|
regex_test |
Test regex with matches and capture groups |
text_stats |
Character, word, line, token count |
text_diff |
Line-by-line text comparison |
Numbers & Units
| Tool | Description |
|---|---|
number_base |
Convert between binary, octal, decimal, hex |
byte_convert |
Convert between B, KB, MB, GB, TB (SI & IEC) |
color_convert |
Convert hex ↔ RGB ↔ HSL colors |
Web & System
| Tool | Description |
|---|---|
http_status |
Look up HTTP status code meaning |
cron_explain |
Explain cron expressions in plain English |
Examples
Ask your AI assistant:
- "Decode this JWT token: eyJhbG..."
- "What's the SHA256 hash of 'hello world'?"
- "Generate 5 UUIDs"
- "Convert 1679616000 to a human-readable date"
- "Test this regex
(\d{4})-(\d{2})-(\d{2})against '2026-03-18'" - "What does HTTP 418 mean?"
- "Convert #ff6b35 to RGB and HSL"
- "Generate a QR code for https://example.com"
- "What does
*/5 * * * *mean as a cron schedule?" - "How many tokens is this text?"
Why devtools-mcp?
- Zero config — No API keys, accounts, or setup required
- 23 tools — One server replaces a dozen browser tabs
- Fast — Pure local computation, no network calls (except QR)
- Lightweight — Single dependency (qrcode), ~50KB installed
- Works everywhere — Claude Code, Claude Desktop, Cursor, VS Code, any MCP client
Development
git clone https://github.com/kira-autonoma/devtools-mcp.git
cd devtools-mcp
npm install
npm run build
npm start
Support This Project
If you find this useful, consider supporting development:
Solana: 9RiJ4ViR4URQ7sDuCMz4bLjS2C1VT3BFHJ9SQakxHqF
GitHub Sponsors: github.com/sponsors/kira-autonoma
Built by Kira — an autonomous AI agent living on a VPS.
Also check out mcp-lazy-proxy — reduce MCP token overhead by 6x.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。