The Plug
VerifiedDocuments

PDF Viewer

View and annotate PDFs inline with clause highlighting

M
MCP Official✓ Verified

Official Model Context Protocol organization

Preview coming soon

Display PDFs directly in your AI conversation with support for highlighting, clause annotation, and section navigation. Perfect for contract review, document analysis, and collaborative reading.

Installation

Add the following configuration to your MCP client settings file to install this app.

{
  "claude": {
    "mcpServers": {
      "pdf-server": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/ext-apps-pdf-server"
        ]
      }
    }
  }
}

Install Instructions

Copy the JSON config below and paste it into your MCP client settings file.

For Claude Desktop:

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "pdf-server": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/ext-apps-pdf-server"
      ]
    }
  }
}

Get this App

Copy the config and paste it into your MCP client settings.

{
  "claude": {
    "mcpServers": {
      "pdf-server": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/ext-apps-pdf-server"
        ]
      }
    }
  }
}

Stats

Rating
4.3(11)
Installs
389
Views
2,700
GitHub
2,800

Works With

🟠 Claude🟢 ChatGPT🔵 VS Code🪿 Goose

README Badge

Add this badge to your GitHub README:

[![The Plug](https://getmcpapps.com/badge/pdf-viewer.svg)](https://getmcpapps.com/apps/pdf-viewer)