MCP Enabled PDF Reader
About
Model Context Protocol (MCP) server to read a single pdf document
Details
- Author
- karateboss
- GitHub stars
- 5
- Downloads
- 376
- Categories
- Other
Jump to
- Exposes one tool: read_pdf
- Reads a single PDF document per invocation
- No maximum PDF file size (token limit is the limiting factor)
- Tested with Claude Desktop and LibreChat with Ollama
- Configured via claude_desktop_config.json using uvx
- Developed and maintained by Safe Swiss Cloud
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP Enabled PDF ReaderCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install Python 3.10 or higher and the uv package manager. Then add the provided JSON configuration to your claude_desktop_config.json to register the server. The tool is invoked by the MCP client when the AI agent calls read_pdf.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp enabled pdf reader": {
"mcp-pdf-reader": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/karateboss/mcp_pdf_reader@main",
"mcp_pdf_reader"
]
}
}
}
}
McpServers
{
"mcp-pdf-reader": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/karateboss/mcp_pdf_reader@main",
"mcp_pdf_reader"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




