Dual-engine MCP server for 7-Zip: Built-in binary OR system fallback. Zero-config out-of-the-box.
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"
]
}
}
}
Run in terminal:
claude mcp add mcp-7zip-server npx -y Qiuerjun/mcp-7zip-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-7zip-server": {
"command": "npx",
"args": [
"-y",
"Qiuerjun/mcp-7zip-server"
]
}
}
}