MCP Enabled PDF Reader
@Safe-Swiss-Cloud-AG
About MCP Enabled PDF Reader
Model Context Protocol (MCP) server to read a single pdf document
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-pdf-reader": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/Safe-Swiss-Cloud-AG/mcp_pdf_reader@main",
"mcp_pdf_reader"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Enabled PDF Reader?
The MCP Enabled PDF Reader is a Model Context Protocol (MCP) server that exposes a tool called read_pdf to read a single PDF document. It has been tested on Claude Desktop and LibreChat with Ollama.
How to use MCP Enabled PDF Reader?
Install Python 3.10 or higher and uv. Then add the following configuration to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-pdf-reader": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/Safe-Swiss-Cloud-AG/mcp_pdf_reader@main",
"mcp_pdf_reader"
]
}
}
}
Key features of MCP Enabled PDF Reader
- Exposes a single
read_pdftool for PDF reading. - No maximum PDF file size is enforced.
- Token limits of the language model constrain practical use.
- Tested with Claude Desktop and LibreChat using Ollama.
- Runs on Windows and macOS with Python 3.10+ and
uv.
Use cases of MCP Enabled PDF Reader
- Reading PDF content directly inside an MCP‑enabled AI chat.
- Extracting text from a single PDF document for further AI processing.
- Integrating PDF file access into Claude Desktop or LibreChat workflows.
FAQ from MCP Enabled PDF Reader
What does the read_pdf tool do?
It reads a single PDF document and passes its content to the connected AI model for processing.
Is there a file size limit for PDFs?
No maximum file size is enforced, but the number of tokens the model can handle will be the limiting factor.
Which AI tools are compatible with MCP Enabled PDF Reader?
It has been tested on Claude Desktop and LibreChat with Ollama, and should work with any MCP‑enabled host.
What are the prerequisites to install MCP Enabled PDF Reader?
You need Python 3.10 or higher and uv installed on Windows or macOS. An MCP‑enabled AI tool like Claude Desktop is also required.
How do I configure the server in Claude Desktop?
Add the provided JSON configuration to claude_desktop_config.json under the mcpServers key, using uvx with the specified Git repository and package name.
Frequently asked questions
What does the `read_pdf` tool do?
It reads a single PDF document and passes its content to the connected AI model for processing.
Is there a file size limit for PDFs?
No maximum file size is enforced, but the number of tokens the model can handle will be the limiting factor.
Which AI tools are compatible with MCP Enabled PDF Reader?
It has been tested on Claude Desktop and LibreChat with Ollama, and should work with any MCP‑enabled host.
What are the prerequisites to install MCP Enabled PDF Reader?
You need Python 3.10 or higher and `uv` installed on Windows or macOS. An MCP‑enabled AI tool like Claude Desktop is also required.
How do I configure the server in Claude Desktop?
Add the provided JSON configuration to `claude_desktop_config.json` under the `mcpServers` key, using `uvx` with the specified Git repository and package name.
Basic information
More Files & Storage MCP servers
mcp-rquest
xxxbrianA MCP server providing realistic browser-like HTTP request capabilities with accurate TLS/JA3/JA4 fingerprints for bypassing anti-bot measures. It also supports converting PDF and HTML documents to Markdown for easier processing by LLMs.
Bulk Filesystem Operations MCP Server
strawgateMCP Server for reading many files at the same time
Filesystem MCP Server SSE
ysthinkThe SSE version of the MCP service is modified from the Filesystem MCP server
MCP File System Server
MarcusJellinghausMCP Workspace Server: A secure Model Context Protocol server providing file, git, and GitHub tools for AI assistants within a sandboxed project directory.

Google Drive
modelcontextprotocolModel Context Protocol Servers
Comments