Servers
ZIP MCP Server
@7gugu
An MCP tool that provides AI with the ability to compress and decompress local files.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"zip-mcp": {
"command": "npx",
"args": [
"tsx",
"<ABSOLUTE PATH>/src/index.ts"
]
}
}
}