pdflens-mcp
Verified Safeby m13253
Overview
This MCP server provides tools for reading and extracting information from PDF files, including text and images, designed for AI clients.
Installation
~/.cargo/bin/pdflens-mcpEnvironment Variables
- RUST_LOG
Security Notes
The server implements strong path sandboxing, ensuring it only accesses PDFs within specified workspace directories (MCP root paths or current working directory) after resolving symbolic links. It uses `rmcp` for communication over standard I/O (stdio), avoiding direct network exposure. No 'eval' or similar dynamic code execution methods were found. There are no hardcoded secrets. The primary risk noted is the stability of the `pdf-extract` library for text extraction, which is a known issue but not a direct security vulnerability.
Similar Servers
kreuzberg
Extracts text, tables, images, and metadata from 56 file formats including PDF, Office documents, and images. Supports multiple OCR backends, extensible plugins, and is designed for data preprocessing in AI/ML workflows.
rust-docs-mcp-server
Provides up-to-date Rust crate documentation via semantic search and LLM summarization to AI coding assistants.
rust-docs-mcp
Provides AI agents with deep, cached access to Rust crate documentation, source code, and project structure for enhanced development.
just-mcp
Provides an MCP (Model Context Protocol) server for AI agents to discover, execute, and introspect Justfile recipes, enabling automated build and task management without direct shell access.