Integrations · MCP Server

pdfAssistant with Claude

Connect pdfAssistant to Claude Desktop and gain access to enterprise-grade PDF processing directly from your Claude conversations. Merge, convert, compress, redact, OCR, watermark, encrypt — all from inside Claude using a single CLI command and secure OAuth login.

Paid plan required · Not available on the free tier

Setup Guide

Connect in Under 60 Seconds

Three steps from a fresh Claude install to a fully connected PDF toolbox.

Prerequisite: The MCP server is available on pdfAssistant paid plans only — it is not included on the free tier. An active paid subscription is required to use the server inside Claude. See paid plans →
  1. 1

    Add the MCP Server

    Open your terminal and run:

    claude mcp add --scope user --transport http pdfAssistant https://chat.pdfassistant.ai/mcp
  2. 2

    Authenticate

    Launch Claude Desktop, type /mcp in any conversation, and complete the secure OAuth login when the popup appears.

  3. 3

    Start Processing

    Drop a PDF into your conversation and describe what you need:

    • “Compress this to under 5MB”
    • “Convert to PDF/A for archival”
    • “Redact all Social Security Numbers using regex”
    • “Merge these three files and add a watermark”

    Your assistant calls pdfAssistant's tools, processes the file in the cloud, and delivers the result right in your chat.

Configuration & Code

Drop-in snippets for Claude.

Copy these into your config files or tool-call payloads.

Claude Desktop configJSON

Manual configuration equivalent to the CLI command above. Use this if you prefer editing the config file directly.

{

  "mcpServers": {

    "pdfAssistant": {

      "transport": "http",

      "url": "https://chat.pdfassistant.ai/mcp"

    }

  }

}
Verify the connectionBASH

List registered MCP servers and confirm pdfAssistant is connected.

claude mcp list

# pdfAssistant   http   https://chat.pdfassistant.ai/mcp   connected
Sample tool call (advanced)JSON

The JSON-RPC payload Claude sends under the hood when you ask it to compress a PDF.

{

  "jsonrpc": "2.0",

  "id": 1,

  "method": "tools/call",

  "params": {

    "name": "compress_pdf",

    "arguments": {

      "file_id": "doc_8f3a...",

      "target_size_mb": 5

    }

  }

}

What You Can Do

Every pdfAssistant operation, available inside Claude.

The complete toolset your assistant can call once the MCP server is connected.

CategoryAvailable ToolsExample Prompt
ConvertWord, Excel, PowerPoint to PDF; Webpage URL to PDF; HTML file to PDF; Email to PDF; PDF to Word/Excel/PowerPoint; PDF to image formats (PNG, JPEG, TIFF, GIF, BMP); Graphics to PDF“Convert this live pricing webpage URL and this PowerPoint presentation into PDFs.”
Combine & SplitMerge multiple PDFs, Split PDF by page range, ZIP/unZIP files“Merge these three contracts into a single file and ZIP the final output.”
OptimizeCompress PDF, Linearize PDF (web-optimize), Flatten forms, Flatten annotations, Flatten layers, Flatten transparencies, Convert colors, Convert to PDF/X, Rasterize PDF“Compress this PDF to under 5MB and linearize it so it opens fast on the web.”
Secure & EditEncrypt PDF, Add restrictions, Remove encryption, Remove restrictions, Text redaction (via literal strings, presets, or regex), Add text/images to PDF, Attach files to PDF, Add watermark“Use a regex pattern to redact all Social Security Numbers from this document text.”
ExtractExtract text, Extract images, Export form data, File read/write/append/list helpers“Extract all the data from the form fields in this document.”
AnalyzeCheck document metadata (accessibility tags, security settings, creator/origin info, text-extractability status)“Check the metadata of this file to see if it is fully tagged for accessibility.”
Sign & FormsDigitally sign PDF, Import form data, Convert XFA to AcroForms“Convert this old XFA form into a standard AcroForm so I can sign it.”
ArchiveConvert to PDF/A (archival standard)“Convert this contract to PDF/A for long-term archival.”

Use Case Examples

Real Claude + pdfAssistant scenarios.

Single prompts that orchestrate multiple tools end to end.

Contract Review Pipeline

“OCR this scanned contract, extract the governing law clause, redact the SSNs, then convert to PDF/A.” Claude orchestrates four pdfAssistant tools in sequence.

Email Attachment Processing

“Convert this email to PDF, merge it with the three attachments, and compress the final file for archival.” Claude handles the multi-step pipeline automatically.

Compliance Batch Prep

“Take these 12 financial documents, flatten all form fields, encrypt each with this password, and ZIP the output.” Claude processes each file and packages the result.

Quick Document Conversion

“Convert this Word doc to PDF.” The simplest use case — Claude calls one tool and delivers the result instantly.

Security & Privacy

Security & Privacy

pdfAssistant is designed with enterprise security in mind.

SOC 2 Type 2 Compliant

Our security controls, infrastructure, and data protection practices are rigorously audited and certified to meet strict enterprise standards.

Secure OAuth 2.0 Authentication

Your pdfAssistant credentials are never exposed to your AI platform or stored locally.

Encrypted in Transit

All files and data sent to our servers are protected with TLS 1.3 encryption, the same standard used by banks and healthcare systems.

pdfAssistant Never Trains on Your Data

Your documents, prompts, and extracted data are never used by us to train AI models. Please note that what your AI platform does with data in its own environment is governed by its own privacy policy.

Ready to put pdfAssistant to work in your AI assistant?

Connect once. Process forever.

MCP server access requires a paid pdfAssistant plan