Quickhelp
@Jan-Stepien
About Quickhelp
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"quickhelp": {
"command": "npx",
"args": [
"-y",
"quickhelp-mcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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”.
More Other MCP servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Comments