pdflens-mcp
Verified Safeby m13253
Overview
Provides an MCP server for AI agents to programmatically read and extract information (text, page count, images) from PDF documents within user-defined workspaces.
Installation
sh -c "exec ~/.cargo/bin/pdflens-mcp"Environment Variables
- RUST_LOG
Security Notes
The server implements robust path sandboxing, ensuring PDF access is restricted to user-defined workspace directories. It canonicalizes paths to prevent symlink traversal attacks. Communication is over standard I/O (stdio) via the MCP protocol, limiting network exposure. No 'eval' or similar dangerous functions are used, and no hardcoded secrets were found.
Similar Servers
kreuzberg
High-performance document intelligence platform for extracting text, metadata, and structured information (tables, images, chunks) from over 50 diverse document formats (PDFs, Office, images, HTML, etc.). It offers advanced OCR capabilities, multilingual support, and features like chunking, embeddings, and keyword extraction. Functionality is exposed via multiple language bindings and a Micro-service Communication Protocol (MCP) server for flexible integration.
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.