Quickhelp
@Jan-Stepien
关于 Quickhelp
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"quickhelp": {
"command": "npx",
"args": [
"-y",
"quickhelp-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Quickhelp?
Quickhelp is a collection of 15 free developer tools — each with a browser UI, a REST API, and an MCP endpoint — so that AI agents (Claude, Cursor, Continue, etc.) and humans can access them without any sign-up. It is designed for developers who need quick, stateless utilities like JWT decoding, image conversion, or hashing, all accessible via the Model Context Protocol.
How to use Quickhelp?
Add the MCP server to Claude Desktop by installing the npm package quickhelp-mcp and configuring claude_desktop_config.json with the command npx -y quickhelp-mcp. For other MCP clients (including Claude Code CLI), use POST https://quickhelp.dev/mcp with JSON-RPC 2.0 requests, or run claude mcp add --transport http quickhelp https://quickhelp.dev/mcp. Tools can also be used directly via their REST API endpoints (POST /api/<slug>) or through the web UI at quickhelp.dev.
Key features of Quickhelp
- 15 tools in one MCP server, no extra wiring needed for each
- Privacy-first: image processing runs locally in the browser via WebAssembly
- No authentication, no database, no LLM calls — all tools are stateless
- Free forever tier: anonymous use with watermarked output (30 req/60s)
- Three interfaces per tool: browser UI, REST API, and MCP
- Single OpenAPI spec, single MCP endpoint, and single llms.txt for agent discovery
Use cases of Quickhelp
- Decode a JWT token directly from an AI agent without leaving the chat.
- Convert and resize images in the browser or via API without uploading to a server.
- Generate UUIDs, hash strings, or encode/decode Base64/URL content on the fly.
- Transform data formats (JSON to CSV, color codes, number bases, timestamps) with a single API call.
- View LCOV code coverage reports interactively or programmatically.
FAQ from Quickhelp
What tools are included in Quickhelp?
JWT Decoder, JSON Formatter, Base64 Encoder/Decoder, Image Converter, Image Resizer, Background Remover, Hash Generator, UUID Generator, URL Encoder/Decoder, Timestamp Converter, JSON to CSV, Text Case Converter, Color Converter, Number Base Converter, and LCOV Viewer.
Do I need to sign up or authenticate to use Quickhelp?
No, all tools are free and require no sign-up. The free tier is anonymous with a rate limit of 30 requests per 60 seconds and watermarked output.
How does Quickhelp handle image processing?
Image processing (conversion, resizing, background removal) runs entirely in your browser using WebAssembly. No images are uploaded to any server.
Can I use Quickhelp with my own AI agent or application?
Yes. The MCP endpoint at POST https://quickhelp.dev/mcp works with any MCP‑compatible client. Additionally, every tool exposes a REST API (POST /api/<slug>) with JSON in/out, documented via OpenAPI 3.1 at /openapi.json.
Is there a rate limit or paid plan?
The free tier allows 30 requests per 60 seconds per anonymous user. Outputs may include a watermark. There is no paid plan mentioned — free tier is described as “always”.
其他 分类下的更多 MCP 服务器
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
ghidraMCP
LaurieWiredMCP Server for Ghidra
评论