Back to Browse

Ezpzfile MCP Server

Developer ToolsModerate7.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

7.0
Moderate7.0Low Risk

Valid MCP server (2 strong, 2 medium validity signals). 3 known CVEs in dependencies (0 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.

6 files analyzed · 4 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-ezpzfile-ezpzfile": {
      "args": [
        "-y",
        "ezpzfile-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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.

Without toolsWith ezpzfile-mcp
Cost$0.28$0.13
Wall time9:060:39
Tasks finished2 / 44 / 4
Tool calls2010
Tokens510,607184,605

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.

Benchmark

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.

ToolWhat it does
doc_readText out of DOCX, PDF, HWP, HWPX and EML, tables included
doc_convertDocuments to PDF, PDF pages to images, sheets to CSV or JSON, Korean formats to each other
pdf_editMerge, extract, delete, rotate, reorder, split, compress, protect, unlock
pdf_infoPage count, page sizes, encryption, metadata
image_editResize, compress, convert, strip EXIF and GPS, cut out the background
qr_makeA link or some text as a PNG or SVG

Layout

PathWhat it is
mcp/The package: server, tools, build
src/lib/Code shared with ezpzfile.com
public/vendor/The HWP engine and the fonts embedded into generated PDFs
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.

Reviews

No reviews yet

Be the first to review this server!