MCP.so
ログイン
Q

Quickhelp

@Jan-Stepien

Quickhelp について

概要はまだありません

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

Jan-Stepien

投稿者

Jasiek Stępień

設定

以下の設定を使って、このサーバーを 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”.

コメント

「その他」の他のコンテンツ