Bridging the gap between AI and archives
Traditionally, AI agents have struggled with compressed files. When tasked with reading a ZIP, an agent often has to write fragile scripts, guess command-line parameters, or extract massive datasets that instantly overwhelm its memory and context window.
The NeoZip MCP Server solves this by acting as a native, secure execution layer. Built on the Model Context Protocol (MCP) standard, it lets AI hosts compress, inspect, encrypt, and notarize archives seamlessly — without manual context-switching, full workspace checkouts, or runaway extracts.
“AI software developers and autonomous agents are reshaping the tech landscape, but they have been held back by basic file system operations. With the NeoZip MCP Server, we are giving these agents native superpowers to manipulate archives safely, efficiently, and with full cryptographic trust.”— NeoWare Inc.
Transforming the AI ecosystem
By removing the friction of traditional file extraction, NeoZip MCP unlocks new capabilities across distinct AI industries:
Autonomous software engineers
Roo Code, OpenHands, Devin
Reliably pull massive code repositories, search through dense compressed log files, and package software releases natively without breaking agent workflows.
Next-generation AI code editors
Windsurf, Cursor
Instruct your assistant to bundle an entire project folder, apply robust encryption, and prepare the archive for immediate deployment — right inside the IDE.
Enterprise agentic frameworks
LangChain, LlamaIndex
Feed models massive compressed datasets. Agents can natively read and extract files on the fly for Retrieval-Augmented Generation (RAG) or automated DevOps incident reporting.
Everyday chat UIs
TypingMind, LibreChat
Look directly into a user's local ZIP files to summarize enclosed documents — such as PDFs or text files — without requiring manual extraction.
Built-in security and decentralized trust
Beyond standard file management, NeoZip MCP is designed from the ground up with AI safety in mind — and connects to the NeoZip Token Service when agents need verifiable proof.
Path sandboxing
Strict allowlists prevent autonomous agents from accidentally modifying or accessing restricted areas of a user's local machine.
Token-conscious output
Paginated, LLM-friendly layouts let models search and list archive contents without context-window bloat or runaway processing loops.
Decentralized trust
Connect to the NeoZip Token Service for email-verified timestamps and NFT minting — verifiable, on-chain proof of automated agent actions.
Shared Data Wallet
Credentials live in ~/.neozip/connection/ — the same store used by NeoZip Desktop and NeoZip CLI — encrypted machine-locally, never committed to MCP config.
Same archive semantics as NeoZip Desktop and NeoZip CLI. All three share the Data Wallet connection store for Token Service credentials.
Feature spotlight
For AI agents
Native MCP tools for compress, extract, list, info, test, read, search, and grep — the agent operates archives directly, with output tuned for LLM context.
Trust and verification
Per-entry SHA-256, merkle roots, and integrity testing. Add NeoZip Token Service timestamps or on-chain NFT tokenization for shareable, independent proof.
Encryption your way
Password protection (NeoZip AES-256, WinZip AES-256, ZipCrypto) or recipient public-key encryption to verified emails — no key juggling for the user.
Secure by design
Path sandboxing, capability scoping, rate limiting, and machine-local credential storage keep agent access tightly bounded.
Zero-friction setup
npm install -g neozip-mcp@beta, register with your MCP host, run neozip-connect once for proof features. Ships with ready-to-use Claude and Cursor skills.
Availability and getting started
The NeoZip MCP Server is available immediately in its beta distribution. Developers and team workspaces can integrate it into existing AI workflows with a one-time global installation:
npm install -g neozip-mcp@betaThen register the server with Claude Code, Cursor, or another MCP host. Full install guides, tool reference, security configuration, and neozip-connect setup live on the setup page.
- Beta software — MCP tool names, parameters, and behavior may change before a stable release.
- Local stdio only — there is no hosted remote HTTP endpoint; the agent's host launches the server on your machine.
- Not a general-purpose file explorer — NeoZip MCP is optimized for archive, encryption, and proof workflows.
Setup & technical docs
Global install, Claude workspace and Cursor configuration, MCP tool catalog, security controls, and NeoZip Connect.
Building with NeoZipKit or need command-line automation? Explore the Developers hub and related product pages.