An MCP tool that provides AI with the ability to compress and decompress local files.
Server Config
{
"mcpServers": {
"zip-mcp": {
"command": "npx",
"args": [
"tsx",
"<ABSOLUTE PATH>/src/index.ts"
]
}
}
}