Submit

ZIP MCP Server

@7gugu

An MCP tool that provides AI with the ability to compress and decompress local files.
Overview

what is ZIP MCP Server?

ZIP MCP Server is a compression server that utilizes fastMCP and zip.js to provide AI with the ability to compress and decompress local files using the Model Context Protocol (MCP).

how to use ZIP MCP Server?

To use ZIP MCP Server, clone the repository, install dependencies, generate the MCP JSON, and configure it in your AI client. You can then call various tools for compression, decompression, and metadata retrieval.

key features of ZIP MCP Server?

  • Supports compression and decompression of files and data
  • Multi-file packaging compression
  • Compression level control (0-9)
  • Password protection and encryption strength settings
  • Metadata query for compressed packages

use cases of ZIP MCP Server?

  1. Compressing multiple files into a single ZIP file for easier storage.
  2. Decompressing ZIP files to access original files.
  3. Retrieving metadata information about ZIP files for analysis.

FAQ from ZIP MCP Server?

  • Can ZIP MCP Server handle large files?

Yes, it is designed to efficiently compress and decompress large files.

  • Is there a limit to the number of files I can compress?

No, you can compress multiple files and directories without a specific limit.

  • How secure is the password protection feature?

The password protection feature allows you to set encryption strength, ensuring your files are secure.

Server Config

{
  "mcpServers": {
    "zip-mcp": {
      "command": "npx",
      "args": [
        "tsx",
        "<ABSOLUTE PATH>/src/index.ts"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.