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. 🧮 Data Science Tools
  3. MCP Compress
MCP Compress logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 9:00:40 AM

MCP Compress

User RatingsBe the first to rate and review this MCP server!
View Repository2 GitHub StarsTotal stargazers on GitHub for the source repository (2 stars).
compressiondeveloper-toolsmcplocal-storage

Compress, analyze, decompress, and persist text data through seven MCP tools using local Node.js execution.

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

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

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": {
    "shipitandpray-mcp-compress": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-compress"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (7) Directory Badge Claim listing Alternatives🧮 More in Data Science Tools

Overview

ShipItAndPray/mcp-compress MCP server gives MCP-compatible agents tools for lossless compression, decompression, analysis, and compressed disk storage. It compares gzip, Brotli, and deflate when using automatic selection, returning base64 data and compression metrics. Reach for it when an agent needs to reduce the size of text, JSON, CSV, or stored research data before reuse. The server runs locally over MCP stdio with Node.js and does not require external dependencies.

Use cases

•Compress large API responses before storing them
•Analyze data to estimate compressibility
•Store research notes in a compressed local key-value store
•Retrieve previously stored agent data by key

Key features

•Automatic gzip, Brotli, and deflate selection
•Lossless compression and decompression
•Shannon entropy and compressibility analysis
•Persistent compressed key-value storage
•Storage listing and aggregate statistics

Capabilities & Tool Schemas (7) ~130 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.Self-reported Self-reportedParsed from the repository README, not verified against a live server — may be incomplete or out of date.

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

compress

Compress text/JSON/CSV. Auto-picks best algorithm (gzip, brotli, deflate). Returns base64 + ratio.

decompress

Decompress back to original. Lossless round-trip verified.

analyze

Shannon entropy, compressibility rating, all algorithms compared, recommendation.

store

Compress and persist to disk with a key. Compressed key-value store for agents.

retrieve

Decompress and return stored data by key.

list

List all stored items with sizes and compression ratios.

How MCP Compress works

What ShipItAndPray/mcp-compress MCP server does

ShipItAndPray/mcp-compress MCP server exposes seven tools for handling compressed text data through the Model Context Protocol. Agents can compress text, JSON, or CSV; restore the original content; inspect how suitable data is for compression; and maintain a compressed key-value store on disk.

The compress tool can select an algorithm automatically from gzip, Brotli, and deflate. Its result includes base64-encoded compressed content and measurements such as the compression ratio and percentage saved. The operation is lossless: decompress is intended to reproduce the original data byte-for-byte.

Analysis is available before compression. The analyze tool reports Shannon entropy, a compressibility rating, comparisons across the supported algorithms, and a recommendation. Storage operations use a caller-provided key. store compresses and saves data, retrieve restores it, list reports stored entries and their sizes, and stats summarizes item counts, saved bytes, and the overall ratio.

How it works

With automatic selection, ShipItAndPray/mcp-compress MCP server tests gzip, Brotli, and deflate against the supplied data and chooses the smallest result. The README describes Brotli as the usual winner for text, but the selection process is data-dependent. The server stores compressed key-value data under ~/.mcp-compress/, allowing later retrieval by key.

The MCP implementation communicates over standard input and output, so an MCP client can launch it as a local process. The repository describes the implementation as pure Node.js with zero dependencies. Reported examples include stronger compression for repetitive Markdown, configuration, SQL results, logs, JSON responses, time-series data, and CSV, though those figures are benchmark results for the listed samples rather than guarantees for every input.

Setup and configuration

Install and run ShipItAndPray/mcp-compress MCP server with the npm package through npx:

Terminal
npx -y mcp-compress

For a client configuration, use npx as the command and pass -y followed by mcp-compress as the arguments. The README also documents running node index.js after cloning the repository and starting it from the project directory. No API key, service account, or environment variable is described as required.

The documented transport is MCP over stdio. The repository specifically provides a Claude Code configuration and states that the process can be used with any MCP-compatible AI agent.

Tools and capabilities

  • compress: Compresses text, JSON, or CSV and returns base64 data, the selected algorithm, and ratio information.
  • decompress: Restores compressed content and supports lossless round trips.
  • analyze: Compares algorithms and reports entropy, compressibility, and a recommendation.
  • store: Compresses data and persists it under a key.
  • retrieve: Returns data saved under a key.
  • list: Shows stored items, sizes, and compression ratios.
  • stats: Reports aggregate item counts, bytes saved, and overall compression ratio.

Limitations and notes

Compression results depend on the input. The README’s ratios come from specific benchmark samples and should not be treated as fixed performance expectations. The documented data examples focus on text-oriented content, including JSON and CSV. Storage persistence is local to the machine running the process and uses the documented ~/.mcp-compress/ location. The supplied material does not describe remote hosting, authentication, access controls, encryption, or configurable storage paths.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Data Science Tools View all alternatives
  • Bundler MCP logoBundler MCP

    Enables agents to query local information about dependencies in a Ruby project's Gemfile.

    🧮 Data Science Tools2 views
    Compare vs Bundler MCP →
  • Growthbook MCP logoGrowthbook MCP

    Tools for creating and interacting with GrowthBook feature flags and experiments.

    🧮 Data Science Tools3 views
    Compare vs Growthbook MCP →
  • Code Guardian logoCode Guardian

    AI-powered code refactor engine with 80+ MCP tools for code analysis, hotspot detection, complexity metrics, persistent memory, and automated refactoring plans.

    🧮 Data Science Tools3 views
    Compare vs Code Guardian →
  • Dingo logoDingo

    MCP server for the Dingo: a comprehensive data quality evaluation tool. Server Enables interaction with Dingo's rule-based and LLM-based evaluation capabilities and rules&prompts listing.

    🧮 Data Science Tools3 views
    Compare vs Dingo →

Adoption & maintenance

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

GitHub stars
2
Stargazers on the source repository.
Last commit
5mo ago
Most recent push to the default branch.
Tools exposed
7
Callable tools this server registers over MCP.
Directory activity
5 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 MCP Compress

Run `npx -y mcp-compress`. The README also documents cloning the repository and running `node index.js` from its directory.

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 PreviewMCP Compress AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/shipitandpray-mcp-compress?style=directory)](https://allmcps.com/mcp/shipitandpray-mcp-compress)
HTML Embed
<a href="https://allmcps.com/mcp/shipitandpray-mcp-compress"><img src="https://allmcps.com/api/badge/shipitandpray-mcp-compress?style=directory" alt="MCP Compress on AllMCPs" /></a>

Technical Specs & Signals

Category🧮Data Science Tools
PricingFree
More technical detailsExpand â–¾
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
Last updatedSep 3, 2026
4/5 checks healthy over the last 32d
Views5
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 stars2
GitHub Star CountTotal stargazers on GitHub representing community popularity (2 stars).
Last commit5mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Mar 25, 2026
55Quality signal: Good · 55/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 & tools28/30
Adoption & activity2/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 15d ago via OSV.dev · mcp-compress (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 and attach your website — 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 🧮 Data Science Tools →Best MCP servers for Data Science →Alternatives to MCP Compress →Install in Claude DesktopInstall in CursorInstall in VS Code