Mac2Win Zip Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mac2Win Zip Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<p align="center"> <img src="https://img.shields.io/pypi/v/mac2win-zip-mcp.svg" alt="PyPI Version"> <img src="https://img.shields.io/pypi/pyversions/mac2win-zip-mcp.svg" alt="Python Versions"> <img src="https://img.shields.io/badge/license-MIT-green.svg" alt="License"> <img src="https://img.shields.io/badge/platform-macOS-lightgrey.svg" alt="Platform"> <img src="https://img.shields.io/badge/MCP-v1.9+-purple.svg" alt="MCP Version"> </p>
<p align="center"> <strong>Create Windows-compatible ZIP files from macOS via MCP</strong> </p>
An MCP (Model Context Protocol) server for creating Windows-compatible ZIP files.
>
This MCP server wraps the functionality of mac2win-zip to create ZIP files that work perfectly on Windows from macOS.
macOS uses NFD (Normalization Form Decomposed) for Unicode filenames, while Windows uses NFC (Normalization Form Composed). When you create a ZIP file on macOS containing files with Unicode characters (like Korean, Japanese, or special characters), Windows users often see garbled filenames.
| macOS (ZIP created) | Windows (ZIP opened) |
|---|---|
| 📄 Hello?.pdf | ❌ (removed) |
| 📄 안녕하세요 세상.pdf | ❌ (removed) |
This MCP server automatically:
.DS_Store, etc.)Result: ZIP files that work perfectly on both macOS and Windows!
| macOS (ZIP created) | Windows (ZIP opened) |
|---|---|
| 📄 Hello.pdf | ✅ Hello.pdf |
| 📄 안녕하세요 세상.pdf | ✅ 안녕하세요 세상.pdf |
The easiest way to add this MCP server to Claude Desktop:
claude mcp add --transport stdio mac2win-zip -- uvx mac2win-zip-mcpThat's it! Restart Claude Desktop and it's ready to use.
Contributing or developing? Clone and install in editable mode:
git clone https://github.com/Wordbe/mac2win-zip-mcp.git
cd mac2win-zip-mcp
uv pip install -e ".[dev]"This server provides the following tools:
#### create_windows_compatible_zip
Create a Windows-compatible ZIP file from files and/or folders.
Parameters:
paths (array, required): List of file or folder paths to zipoutput (string, optional): Output ZIP filename (default: "archive.zip")working_dir (string, optional): Base directory for relative pathsExample usage:
Create a Windows-compatible ZIP of the current directory
Paths: ["."]
Output: "backup.zip"#### validate_zip_for_windows
Validate if a ZIP file is Windows-compatible.
Parameters:
zip_path (string, required): Path to the ZIP file to validateworking_dir (string, optional): Base directory for relative pathExample usage:
Check if a ZIP file is Windows-compatible
ZIP Path: "archive.zip"Once configured in Claude Desktop, simply ask Claude in natural language:
Create a Windows-compatible ZIP:
Create a Windows-compatible ZIP of my Documents folder.Validate an existing ZIP:
Check if backup.zip is Windows-compatible.Batch processing:
Create Windows-compatible ZIPs for all folders in ~/ProjectsClaude will automatically use the MCP tools to create properly formatted ZIP files that work perfectly on Windows!
<>:"|?*\)folder-name.zip by default (no -o needed for single folder).DS_Store, etc.)brew install uv or curl -LsSf https://astral.sh/uv/install.sh | shNote: Python is NOT required! uvx automatically downloads and manages Python 3.10+ for you.
This project is licensed under the MIT License - see the LICENSE file for details.
This MCP server is a thin wrapper around the mac2win-zip library, exposing its functionality via the Model Context Protocol. This means:
mac2win-zipmac2win-zip automatically benefit this MCP serverContributions are welcome! Please feel free to submit a Pull Request.
git checkout -b feature/amazing-feature)git commit -m 'Add some amazing feature')git push origin feature/amazing-feature)If you discover any bugs, please create an issue on GitHub with:
If this project helped you, please give it a star!
<p align="center"> Made with ❤️ by Wordbe for seamless macOS-Windows file sharing </p>
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.