Privacy-first file tools for AI agents β PDF & image ops, metadata scrubbing, background removal.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
The file-processing layer for agents and apps that can't send files to a third party. Compress, convert, resize, merge/split PDFs, strip metadata, and remove backgrounds β exposed as an MCP server, a metered REST API, and an npm SDK. Zero-retention by default: files are processed in memory and never stored or logged.
Built from filewash.app's client-side WASM tools. Same logic, now callable by your agents.
Every other file-tools API and MCP server is a wrapper around an upload-to-server service. That's a non-starter for legal, healthcare, finance, and any GDPR-bound workflow β and it's a liability when you're piping documents into an LLM. filewash is the one built around not keeping your files, with two tools nobody else ships as an MCP: background removal and metadata scrubbing.
Your agent now has 11 tools. Ask it: "strip the location metadata from these photos before I upload them" or "merge these contracts and rotate the scanned pages."
Every response carries X-Filewash-Meta (operation result) and X-Filewash-Quota-Remaining.
| Tool | Category | What it does |
|---|---|---|
pdf_merge | Merge PDFs into one | |
pdf_split | Extract specific pages | |
pdf_rotate | Rotate pages by 90Β° | |
pdf_strip_metadata | privacy | Remove author/title/producer/dates |
image_compress | image | Lossy re-encode at a target quality |
image_convert | image | jpeg β png β webp β avif |
image_resize | image | Resize (never upscales) |
image_strip_metadata | privacy | Strip EXIF/GPS/ICC/XMP |
image_remove_background | image | Remove background β transparent PNG (local AI model, no upload) |
image_watermark | image | Tile a text watermark |
qr_generate | generate | QR code PNG from text/URL |
| Plan | Price | Quota | Retention |
|---|---|---|---|
| Free | $0 | 100 ops/mo | in-memory |
| Pro | ~$19/mo | 10,000 ops/mo | in-memory |
| Business | ~$99/mo | unlimited | zero-retention guarantee + audit log + BAA |
No file is written to disk by the REST API; the MCP server writes output only to the path you pass. No file contents are logged. The Business tier adds a contractual zero-retention guarantee and audit logging.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/filewash)<a href="https://allmcps.com/mcp/filewash"><img src="https://allmcps.com/api/badge/filewash?style=directory" alt="Filewash on AllMCPs" /></a>