Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Ā© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. šŸŽ„ Multimedia Process
  3. Cleanor MCP
Cleanor MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 2:32:23 PM

Cleanor MCP

User RatingsBe the first to rate and review this MCP server!
View RepositoryVisit Website
developer-toolsimage-processingcryptographyutilities

Hosted MCP tools for image processing, QR/SVG generation, research data, and deterministic developer utilities.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

This server is confirmed live — we successfully called its tools/list endpoint directly (see the verified badge above). We haven't yet sandbox-tested the stdio install command below specifically, which is a separate, ongoing check.

Manual Client & Custom JSON ConfigExpand JSON ā–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "cleanor-app-cleanor-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@cleanor/mcp"
      ]
    }
  }
}

šŸ’” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (22) Directory Badge Claim listing AlternativesšŸŽ„ More in Multimedia Process

Overview

cleanor-app/cleanor-mcp MCP server provides 22 read-only tools through a zero-auth Streamable HTTP endpoint or an npm-based stdio process. It handles image optimization, QR code and SVG placeholder generation, format and storage research data, and deterministic tasks such as hashing, UUID generation, JSON formatting, parsing, conversion, and diffing. Use it when an agent needs exact computed results or lightweight image operations without an API key. Only image optimization fetches a public URL; the remaining tools operate as pure computations over their inputs.

Use cases

•Optimize public image assets for web delivery
•Generate SVG QR codes for pages and documents
•Calculate exact hashes, HMACs, UUIDs, and encodings
•Validate and transform developer data
•Compare image formats and storage capacity

Key features

•22 read-only MCP tools
•Zero-auth Streamable HTTP endpoint
•Image conversion to WebP, AVIF, or JPEG
•SVG QR code and placeholder generation
•Deterministic developer utilities
•Cleanor Labs storage and format research data

Capabilities & Tool Schemas (22) ~3.5k tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Verified live Verified liveCaptured by calling this server’s live tools/list endpoint.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Cleanor MCP.

optimize_image

Fetch an image from a public URL and re-encode it smaller (WebP/AVIF/JPEG), optionally resizing to a target width. Returns the optimized image plus before/after byte sizes. Use this when an AI-generated or dropped-in asset (hero image, screenshot, illustration) is too large to ship.

storage_capacity

How many photos or minutes of video actually fit in a given storage size, corrected for real OS/filesystem overhead. Backed by Cleanor Labs measured per-item sizes. Use for realistic sample copy, dashboards, or "how many photos fit in 128 GB" answers.

image_format_savings

How much smaller WebP, AVIF or JPEG XL are than JPEG at matched perceptual quality, from Cleanor Labs’ controlled benchmark. Also reports the "HEIC conversion tax" (converting an iPhone HEIC to JPG/PNG makes it bigger). Use to justify a format choice when building a site or app.

qr_code

Encode text or a URL as a QR code and return a crisp, dependency-free SVG you can paste straight into a page, deck or doc.

hash

Compute a cryptographic hash of text (SHA-1, SHA-256, SHA-384 or SHA-512) and return the hex digest. Use for checksums, cache keys, or verifying content. MD5 is intentionally not offered (broken, and unavailable in Web Crypto). LLMs cannot compute these reliably by hand, so always use this tool instead of guessing.

uuid

Generate one or more UUIDs. v4 is fully random; v7 is time-sortable (recommended for database keys). LLMs cannot produce cryptographically random or correctly-formatted UUIDs, so always use this tool.

How Cleanor MCP works

What cleanor-app/cleanor-mcp MCP server does

cleanor-app/cleanor-mcp MCP server exposes 22 read-only tools for image workflows and developer-focused calculations. Its image tools can fetch a public image URL, re-encode the image as WebP, AVIF, or JPEG, optionally resize it, and report before-and-after byte counts. It can also create SVG QR codes and dependency-free SVG placeholders.

Two tools provide Cleanor Labs research data. storage_capacity estimates how many photos or minutes of video fit within a storage tier after accounting for operating-system and filesystem overhead. image_format_savings compares WebP, AVIF, and JPEG XL with JPEG at matched perceptual quality and reports the HEIC conversion tax.

The remaining tools cover deterministic operations that benefit from exact execution rather than language-model estimation: hashes and HMACs, UUIDs, Base64, JSON validation and formatting, JWT decoding, regular-expression testing, cron descriptions, unit and base conversion, date and time conversion, URL parsing, text diffs, color conversion, palettes, slugification, and text counts.

How it works

The hosted service is available at https://mcp.cleanor.app/mcp using MCP Streamable HTTP. No API key, signup, or OAuth flow is required. MCP clients receive typed input and output schemas for the tools, and every tool is marked read-only.

optimize_image is the only tool that reaches outside the server: it downloads an image from a public URL, subject to a 25 MB input limit. The other tools are pure computations with no network access or persistent state. The server also exposes GET /v1/capabilities and POST /v1/optimize for non-MCP callers.

Setup and configuration

For a hosted connection, configure an MCP client with the endpoint URL and no credentials. Cursor can use the URL in its MCP configuration, and Claude Desktop supports it as a custom connector. The README also documents Claude Code and VS Code configurations.

A local stdio installation is available from npm:

Terminal
npx -y @cleanor/mcp

The local package contains the same tool registry as the hosted service. Local image encoding uses the optional sharp dependency; the other tools do not require it. No environment variables or secret configuration are specified.

Tools and capabilities

The image group includes optimize_image, qr_code, and placeholder_image. QR generation accepts text or URLs and returns SVG output. Placeholders support dimensions, labels, and custom background and text colors.

The utility group supports exact cryptographic digests with SHA-1, SHA-256, SHA-384, and SHA-512, plus HMAC output in hexadecimal or Base64. UUID generation supports random v4 and time-sortable v7 identifiers. Other tools validate or transform common developer data, including JSON, JWT headers and payloads, Base64, URLs, regular expressions, cron expressions, colors, text, and numeric bases.

Use datetime for the current time or timestamp conversion in an IANA timezone, unit_convert for supported physical and data units, and diff for line-based text comparison. cleanor-app/cleanor-mcp MCP server also includes palette generation from a base color and exact counts for Unicode code points, UTF-16 units, words, lines, and UTF-8 bytes.

Limitations and notes

JWT decoding does not verify signatures and does not require or store a secret. MD5 is not available. Regular-expression results are capped at the first 100 matches, and diffs support up to 1,000 lines per side. Image optimization accepts only public URLs and limits input to 25 MB.

The hosted endpoint is unauthenticated, so developers should consider the data they send to its tools. cleanor-app/cleanor-mcp MCP server is licensed under MIT according to the repository badge and provides read-only operations rather than tools that modify external systems.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Multimedia Process View all alternatives
  • N
    Notch

    Turn product pages and creative briefs into finished video and image ads from your AI chat.

    šŸŽ„ Multimedia Process25 views
    Compare vs Notch →
  • MCP Video Analyzer logoMCP Video Analyzer

    MCP server for video analysis — extracts transcripts, key frames, OCR text, and annotated timelines from video URLs. Supports Loom and direct video files (.mp4, .webm). Zero auth required.

    šŸŽ„ Multimedia Process14 views
    Compare vs MCP Video Analyzer →
  • Trident MCP logoTrident MCP

    AI 3D model generation and post-processing: text/image/multiview-to-3D via Tripo, plus retopology, format conversion (GLB/FBX/OBJ/STL/USDZ), and stylization. Single Go binary, 10 tools, async generation with polling.

    šŸŽ„ Multimedia Process25 views
    Compare vs Trident MCP →
  • Prompt To Asset logoPrompt To Asset

    Generates app icons, favicons, OG images, logos, and wordmarks. Routes each request across 30+ image models. Runs without an API key via Cloudflare Workers AI, NVIDIA NIM, HuggingFace, or Stable Horde. Three modes: inline SVG, external prompt-only, or full API. Validates contrast, OCR text accuracy, and palette before returning.

    šŸŽ„ Multimedia Process5 views
    Compare vs Prompt To Asset →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

npm downloads
669
Package downloads in the last 30 days.
Last commit
1mo ago
Most recent push to the default branch.
Tools exposed
22
Callable tools this server registers over MCP.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Cleanor MCP

Run `npx -y @cleanor/mcp` for the local stdio package, or configure an MCP client with `https://mcp.cleanor.app/mcp` for the hosted server.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewCleanor MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/cleanor-app-cleanor-mcp?style=directory)](https://allmcps.com/mcp/cleanor-app-cleanor-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/cleanor-app-cleanor-mcp"><img src="https://allmcps.com/api/badge/cleanor-app-cleanor-mcp?style=directory" alt="Cleanor MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryšŸŽ„Multimedia Process
PricingFree
More technical detailsExpand ā–¾
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
ClientsClaude Desktop, Cursor
Last updatedSep 6, 2026
10/10 checks healthy over the last 33d
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 14, 2026
npm downloads669/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
61Quality signal: Good Ā· 61/100How this signal is calculated ā–¾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools30/30
Adoption & activity5/15
Community engagement1/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 18d ago via OSV.dev Ā· @cleanor/mcp (npm)

ā˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in šŸŽ„ Multimedia Process →Best MCP servers for Multimedia & Media Processing →Alternatives to Cleanor MCP →Install in Claude DesktopInstall in CursorInstall in VS Code