Server Pdf
Freeby MCP Community
MCP server for loading and extracting text from PDF files with chunked pagination and interactive viewer
v1.5.0Added Apr 12, 2026
Server Pdf MCP Server
MCP server for loading and extracting text from PDF files with chunked pagination and interactive viewer
Installation
Reviews
Installation
Quick install
npx -y @modelcontextprotocol/server-pdf
Add to claude_desktop_config.json
{
"mcpServers": {
"server-pdf": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-pdf"]
}
}
}