MCP.so
ログイン
P

Pdfnative

@Nizoka

Pdfnative について

Enterprise-grade PDF engine for AI agents. Pure TypeScript, zero-dependency, and local-first. Allows agents to generate ISO-compliant PDF/A documents, handle digital signatures (PKCS#7), and process high-performance layouts (800+ pages in seconds).

基本情報

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "pdfnative": {
      "command": "npx",
      "args": [
        "-y",
        "pdfnative-mcp"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Pdfnative?

Pdfnative is an enterprise-grade PDF engine for MCP clients. It lets AI agents (Claude, Cursor, Zed, etc.) generate, sign, and process professional PDF documents without external API calls or network dependencies. The server is built in pure TypeScript with zero external dependencies, runs 100% locally, and supports ISO-compliant PDF/A and PKCS#7 digital signatures.

How to use Pdfnative?

Add the server to your MCP client configuration (e.g., claude_desktop_config.json or Cursor settings) using the command npx -y pdfnative-mcp. No additional installation or setup steps are required beyond configuring the JSON.

Key features of Pdfnative

  • Pure TypeScript, zero external dependencies.
  • Generates 800+ pages in under 4 seconds.
  • Supports ISO-compliant PDF/A and PKCS#7 digital signatures.
  • 100% local processing — no external API calls.
  • Tools to generate structured PDFs, add barcodes, and handle Unicode text.

Use cases of Pdfnative

  • Generate structured PDF documents directly from an AI conversation.
  • Insert barcodes and international (Unicode) text into PDFs.
  • Apply digital signatures and document security (PDF/A, PKCS#7).
  • Process PDFs entirely offline in enterprise or sensitive environments.

FAQ from Pdfnative

How does Pdfnative handle data privacy?

All processing happens locally; no external API calls are made, so sensitive documents never leave your machine.

What performance can I expect?

The engine generates 800+ pages in under 4 seconds.

Does it support digital signatures and archived PDF formats?

Yes, it provides PKCS#7 digital signatures and ISO-compliant PDF/A output.

What runtime or dependencies are required?

Only Node.js (via npx). The server itself has zero external dependencies.

Can I add barcodes or non‑English text to PDFs?

Yes, the server includes tools for adding barcodes and full Unicode text.

コメント

「ファイルとストレージ」の他のコンテンツ