Z
ZIP Compression
Enables direct file compression and decompression operations using ZIP format through fastMCP and zip.js utilities for efficient file handling within conversati
Share:
About
Enables direct file compression and decompression operations using ZIP format through fastMCP and zip.js utilities for efficient file handling within conversations.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Install ZIP Compression
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"zip-compression": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-zip-compression"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"zip-compression": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-zip-compression"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"zip-compression": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-zip-compression"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.