## 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
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"
]
}
}
}
Run in terminal:
claude mcp add mcp-file-servers uvx mcp-file-servers
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-file-servers": {
"command": "uvx",
"args": [
"mcp-file-servers"
]
}
}
}
Or install with pip: pip install mcp-file-servers