Mmcp.market

Ezpzfile MCP server

by ezpzfile·io.github.ezpzfile/ezpzfile·v0.3.3

Local file tools for agents: documents, PDFs, images, QR codes. Nothing is uploaded.

A92/100grade A
What users say
No reviews yet
Be the first
Safety scan
A92/100

full report

Adoption
Growing

1 stars1.1k downloads/wk

Reviews

Write one

Nobody has reviewed Ezpzfile yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Ezpzfile tools (6)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • doc_convert

    Convert between file formats. PDF pages to jpg or png. Images to pdf (several paths become one PDF). XLSX/CSV to csv or json. HWP/HWPX to pdf, hwp or hwpx. Every output is reopened and checked, and the result reports what could not be carried over.

  • doc_read

    Extract the text of a document: DOCX, PDF, EML email, or HWP and HWPX (Korean word processor, no Hancom Office needed). Use when the model needs to read what a file says.

  • image_edit

    Resize, compress, convert (jpeg, png, webp), strip metadata (EXIF, GPS, XMP) or remove the background from an image. strip_metadata never re-encodes pixels. remove_background downloads a 4.4MB model once per machine and always writes PNG. Returns the real output dimensions and byte size.

  • pdf_edit

    Edit PDF files: merge, extract, delete, rotate, reorder, split, compress (lossless), protect (set password), unlock (remove password). Page numbers are 1-based.

  • pdf_info

    Page count, page sizes, encryption flag and document metadata. Use to verify a conversion.

  • qr_make

    Generate a QR code as PNG or SVG from a link or text. Nothing leaves the machine.

Public scan report

scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it

no findings
  • Code scan2 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 7 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 92/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Ezpzfile repository's README, as published. We do not edit it. Read it on GitHub

ezpzfile-mcp

File tools for AI agents. Read and convert documents (DOCX, PDF, HWP, HWPX, EML), edit PDFs, resize and clean images, cut out backgrounds, make QR codes. Everything runs on your machine and no file is ever uploaded.

claude mcp add ezpzfile -- npx -y ezpzfile-mcp

npm · ezpzfile.com/mcp · Node 22.13 or newer

What it saves

The same four files were placed in two sessions and the same task sentence was handed to the same model. One side could only use this server. The other had no dedicated tools and was free to use the shell and Node.

That is 53% less cost and 93% less time. Tokens and cost are not estimates; they are the per-message figures the sessions recorded, added up. Measured 2026-09-12.

The bare session never started two of the tasks. It spent the clock hunting for and installing libraries for the two Korean documents. Read the gap as a floor, not a ceiling: had it been made to finish all 4, the difference would be wider.

The tools

Six of them, not twenty five. Tool definitions sit in the model's context for every conversation, so related jobs share one tool and an argument picks between them. mcp/README.md has the full list and every argument.

Layout

cd mcp
npm install
npm run build      # writes mcp/dist/index.js and mcp/vendor/
node test/protocol.mjs /path/to/samples

sharp and @napi-rs/canvas are native, so they are built for your platform on install. Background removal downloads a 4.4MB model and a 14MB runtime the first time you ask for a cut-out, then caches them under ~/.cache/ezpzfile-mcp. That is the only thing here that touches the network, and it uploads nothing.

A note on this repository

This is a read-only export. The working copy lives in a private monorepo alongside the website, and this repository is regenerated from it on each release. Please open issues rather than pull requests.

MIT licensed, see LICENSE.

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y ezpzfile-mcp on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add ezpzfile -- npx -y ezpzfile-mcp
Add to Cursor

Ezpzfile: common questions

Is Ezpzfile MCP server safe?
Yes, by our scan: it is graded A (92/100). Read the Ezpzfile safety report
How do I install Ezpzfile?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Ezpzfile need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is Ezpzfile maintained?
The last commit was 9 days ago (2026-09-12). The latest release is v0.3.3.

More from ezpzfile