A
securityA
licenseA
qualityMCP to analyse local audio file.
Last updated -
8
16
Python
MIT License
中文| English
ZIP MCP Server 是一个基于 fastMCP 和 zip.js 的压缩服务器,实现了模型上下文协议 (MCP)。该项目提供完全参数控制的 ZIP 压缩、解压以及查询压缩包信息功能。
您可以使用 npm 全局安装 ZIP MCP 服务器:
安装后,您可以在 MCP JSON 配置中配置 ZIP MCP:
ZIP MCP Server 提供了以下工具,可以通过 MCP 协议调用:
将本地文件或目录压缩为 ZIP 文件。
参数:
input
:要压缩的文件或目录的路径(字符串或字符串数组)output
:输出 ZIP 文件的路径options
:压缩选项(可选)level
:压缩级别(0-9,默认为5)password
:密码保护encryptionStrength
:加密强度(1-3)overwrite
:是否覆盖现有文件(布尔值)返回:
将本地ZIP文件解压到指定目录。
参数:
input
:ZIP 文件的路径output
:输出目录的路径options
:解压缩选项(可选)password
:解压密码overwrite
:是否覆盖现有文件(布尔值)createDirectories
:是否创建不存在的目录(布尔值)返回:
获取本地ZIP文件的元数据信息。
参数:
input
:ZIP 文件的路径options
:选项(可选)password
:解压密码返回:
返回输入消息来测试服务是否正常运行。
参数:
message
:要返回的消息返回:
使用 MCP 客户端调用工具的示例:
local-only server
The server can only run on the client's local machine because it depends on local resources.
为AI提供压缩和解压本地文件功能的MCP工具。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/7gugu/zip-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server