About
Overview
The Zip MCP Server provides tools for working with ZIP archives. AI agents can create ZIP files from directories or file lists, extract archives, list contents without extracting, and add or remove files from existing archives.
Capabilities
Tools & Capabilities
⚡create_zip
Create a ZIP archive from files or directories
⚡extract_zip
Extract a ZIP archive to a directory
⚡list_contents
List the contents of a ZIP file
⚡add_to_zip
Add files to an existing ZIP archive
Setup
Installation
bash
Install
npx -y mcp-server-zipExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"zip": {
"command": "npx",
"args": ["-y", "mcp-server-zip"]
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 30
Last UpdatedFeb 12, 2026