mcp-7zip-server

Qiuerjun/mcp-7zip-server
★ 2 stars JavaScript 📦 Other Updated today
Dual-engine MCP server for 7-Zip: Built-in binary OR system fallback. Zero-config out-of-the-box.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-7zip-server": {
      "command": "npx",
      "args": [
        "-y",
        "Qiuerjun/mcp-7zip-server"
      ]
    }
  }
}