mcp-file-servers

ChniaPxs/mcp-file-servers
★ 1 stars Python Code/Dev Tools Updated 9d ago
## Overview A collection of 6 MCP-compatible file processing servers. Works with any MCP-compliant client. ## Servers | Server | File | Purpose | |--------|------|---------| | archive_server | servers/archive_server/server.py | ZIP/RAR/7z/TAR/GZ | | image_server | servers/image_server/server.py | JPG/PNG/GIF/BMP/SVG/TIF | | media_server | servers
View on GitHub → 🔍 Audit Wallet Slippage →

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-file-servers": {
      "command": "uvx",
      "args": [
        "mcp-file-servers"
      ]
    }
  }
}

Or install with pip: pip install mcp-file-servers

Topics

archive-toolsdocument-processingfile-managementfile-processingmcpmcp-servermedia-processingoffice-automationpdf-toolspython