Skip to content

Server Pdf

Free

by MCP Community

MCP server for loading and extracting text from PDF files with chunked pagination and interactive viewer

v1.5.0Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Server Pdf MCP Server

MCP server for loading and extracting text from PDF files with chunked pagination and interactive viewer

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @modelcontextprotocol/server-pdf
Add to claude_desktop_config.json
{
  "mcpServers": {
    "server-pdf": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-pdf"]
    }
  }
}