mcp-read-pdf
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-read-pdfextract text from the PDF file 'document.pdf'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-unlock-pdf
MCP server to give client the ability read protected (or un-unprotected) PDF Works with large PDFs by extracting text to temp file.
Forked from the excellent upstream project https://github.com/algonacci/mcp-unlock-pdf
Published to pypi.
Usage
uvx mcp-read-pdfWill run from pypi. This can be used in goose or claude.
Test
uv run python main.py --testUsage from source
Running from cli (Goose, or to try it)
uv --directory /Users/micn/Documents/code/extractorb-py/mcp-unlock-pdf run python main.pyBuilding and Publishing
Update version in
pyproject.toml:
[project]
version = "x.y.z" # Update thisBuild the package:
# Clean previous builds
rm -rf dist/*
# Or build in a clean environment using uv
uv venv .venv
source .venv/bin/activate
uv pip install build
python -m buildPublish to PyPI:
# Install twine if needed
uv pip install twine
# Upload to PyPI
python -m twine upload dist/*This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for detecting and redacting PII (Personally Identifiable Information) in PDF documents.
MCP server for the PDFGate API. Generate PDFs, manage documents and handle e-signatures.
Hosted MCP server: convert PDFs to clean, LLM-ready Markdown with tables, formulas and OCR.
HTML-to-PDF MCP server — render pixel-faithful PDFs from HTML.
Related MCP Servers
- FlicenseCqualityDmaintenanceAn MCP server that provides a tool to extract text content from local PDF files, supporting both standard PDF reading and OCR capabilities with optional page selection.133-
- FlicenseNot gradedqualityDmaintenanceA PDF processing server that extracts text via normal parsing or OCR, and retrieves images from PDF files through the MCP protocol with a built-in web debugger.36-
- AlicenseNot gradedqualityDmaintenanceAn MCP server that provides tools for reading, writing, and manipulating PDF files, including text extraction, metadata retrieval, and merging or splitting documents. It also enables users to create PDFs from plain text and convert specific pages or entire documents into images.37 npmISC
- FlicenseNot gradedqualityDmaintenanceMCP server for extracting text from PDF files, supporting local files and URLs.-