Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

VaultPDF

БесплатноНе проверен

A local PDF manipulation server for AI agents that provides tools for merging, splitting, extracting info, and converting images to PDF, all without uploading f

GitHubEmbed

Описание

A local PDF manipulation server for AI agents that provides tools for merging, splitting, extracting info, and converting images to PDF, all without uploading files.

README

Local PDF tools for AI agents. An MCP server that lets Claude, ChatGPT Apps, or any MCP host work with PDFs on the user's own machine — files are never uploaded.

Part of the VaultPDF family of privacy-first tools. Built early for the fast-growing, still-uncrowded MCP / agent-app ecosystem.

Tools

Free (no license needed):

tool what it does
pdf_info page count + per-page dimensions of a PDF
pdf_merge merge several PDFs into one, in order
pdf_split extract pages (e.g. 1-3,5,8) into a new PDF
images_to_pdf combine JPG/PNG images into a PDF, one per page

Pro (one-time license — see below):

tool what it does
pdf_watermark stamp a diagonal text watermark on every page
pdf_rotate rotate all or selected pages by 90/180/270°
pdf_delete_pages remove selected pages (e.g. 2,5-7)

All operations run locally via pdf-lib. Nothing leaves the machine.

Pro license — one-time, crypto, no subscription

The free tools work forever. To unlock the Pro tools:

  1. Send 9 USDC on Base to 0xe339997037C7e1C81829fA3e110d3e82B4bDd48E
  2. Open an issue with your tx hash and email.
  3. A bot verifies the payment on-chain and replies with your license key (usually within minutes).
  4. Set it once and restart:
    {
      "mcpServers": {
        "vaultpdf": {
          "command": "npx",
          "args": ["github:AlexeySamosadov/vaultpdf-mcp"],
          "env": { "VAULTPDF_LICENSE": "<your-key>" }
        }
      }
    }
    

The key is an offline ECDSA-signed token — it's verified locally, never phoned home. No account, no tracking.

Run

# from npm (after publish):
npx vaultpdf-mcp
# or straight from GitHub, no install:
npx github:AlexeySamosadov/vaultpdf-mcp

Use in Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "vaultpdf": { "command": "npx", "args": ["github:AlexeySamosadov/vaultpdf-mcp"] }
  }
}

Then ask Claude: "merge /path/a.pdf and /path/b.pdf into /path/out.pdf".

Distribution (early = low competition)

  • MCP Registry + awesome-mcp-servers (PRs).
  • npm as vaultpdf-mcp (so npx vaultpdf-mcp works) — needs an npm login.
  • ChatGPT App via the Apps SDK (wrap this MCP server behind a hosted endpoint) — needs an OpenAI developer account.
  • Claude Skills directory entry. Same capability, listed everywhere — that's how agent tools get reach in 2026.

Why

PDF manipulation is one of the most common things people ask AI agents to do, and almost no MCP server does it locally / privately. Free + open to drive adoption; funnels to the paid VaultPDF web tools and a future hosted Pro tier.

MIT licensed.

from github.com/AlexeySamosadov/vaultpdf-mcp

Установка VaultPDF

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/AlexeySamosadov/vaultpdf-mcp

FAQ

VaultPDF MCP бесплатный?

Да, VaultPDF MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для VaultPDF?

Нет, VaultPDF работает без API-ключей и переменных окружения.

VaultPDF — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить VaultPDF в Claude Desktop, Claude Code или Cursor?

Открой VaultPDF на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare VaultPDF with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai