A Model Context Protocol server for ZIP compression using fastMCP and zip.js
Zip MCP MCP server exists for a simple reason — assistants are far more useful when they can act on Zip MCP directly instead of describing what you should do. A Model Context Protocol server for ZIP compression using fastMCP and zip.js.
ZIP MCP Server is a compression server based on fastMCP and zip.js, implementing the Model Context Protocol (MCP). This project provides fully parameter-controlled ZIP compression, decompression, and query compression package information functions.
The server ships on npm as zip-mcp, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Once Zip MCP is connected, these are the calls the assistant has available:
Raycast — requires installing the MCP pluginCursor — [https://docs.cursor.com/context/model-context-protocol#configuring-mcp-servers](https://docs.cursor.com/context/model-context-protocol#configuring-mcinput — Path of the file or directory to be compressed (string or string array)output — Path of the output ZIP fileoptions — Compression options (optional)level — Compression level (0-9, default is 5)password — Password protectionencryptionStrength — Encryption strength (1-3)overwrite — Whether to overwrite existing files (boolean)Success — Text content containing success informationFailure — Text content containing error informationcreateDirectories — Whether to create non-existent directories (boolean)This sits in the team communication group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Zip MCP's toolset — Raycast, Cursor, input and 11 more — is a fair guide to whether it matches your workflow. It is maintained by 7gugu; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Zip MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Raycast | requires installing the MCP plugin |
| Cursor | [https://docs.cursor.com/context/model-context-protocol#configuring-mcp-servers](https://docs.cursor.com/context/model-context-protocol#configuring-mcp-servers) |
| input | Path of the file or directory to be compressed (string or string array) |
| output | Path of the output ZIP file |
| options | Compression options (optional) |
| level | Compression level (0-9, default is 5) |
| password | Password protection |
| encryptionStrength | Encryption strength (1-3) |
| overwrite | Whether to overwrite existing files (boolean) |
| Success | Text content containing success information |
| Failure | Text content containing error information |
| createDirectories | Whether to create non-existent directories (boolean) |
| message | Message to be returned |
| [gz7gugu@qq.com](mailto:gz7gugu@qq.com) |
{
"mcpServers": {
"zip": {
"command": "npx",
"args": ["-y", "zip-mcp"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Inbox intelligence — search, read, draft and send Gmail through your assistant with OAuth auto-setup.
Read and write Jira, Confluence, Bitbucket, JSM and Compass from your AI client — with your own permissions.
Read and send Telegram messages through your assistant — chats, channels and history via the client API.
Enables Discord bot integration with Model Context Protocol (MCP) compatible applications like Claude Desktop.
Exposes REST APIs defined by OpenAPI specifications as Model Context Protocol (MCP) tools, facilitating seamless integration into MCP-based workflows.