Accesses and extracts data from remote zip files over HTTP, HTTPS, and FTP protocols without full archive download.
RemoteZip MCP is a server that enables efficient interaction with remote zip archives. Instead of downloading an entire zip file, it allows users to list contents, extract individual files, and retrieve file information and statistics directly from HTTP, HTTPS, and FTP URLs. It achieves this through partial reading, only fetching the necessary parts of the archive, making it ideal for large remote datasets or scenarios where bandwidth conservation is crucial. It integrates seamlessly with Model Context Protocol (MCP) clients in editors like VSCode and Cursor.
Key Features
01Support for HTTP, HTTPS, and FTP protocols
02Extract individual files from remote zip archives
03Partial reading for efficient data access
040 GitHub stars
05Get file information and statistics
06List files within remote zip archives
Use Cases
01Providing programmatic access to remote zip file contents for other applications
02Integrating remote zip file access into VSCode or Cursor development environments via MCP
03Accessing specific files from large remote archives without full download