@jhchen2222-ui
About Pdf
pdf tools
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"pdf": {
"command": "uv",
"args": [
"--directory",
"C:\\path\\to\\pdfmcp",
"run",
"pdfmcp",
"--output-dir",
"C:\\path\\to\\output"
]
}
}
}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 Pdf?
Pdf is an MCP (Model Context Protocol) server that provides PDF-related functionality. It is built with Python (3.10+) and is designed for integration with AI assistants such as Cline.
How to use Pdf?
Clone the repository, create a Python virtual environment with uv venv, install dependencies with uv pip install -e ., then run the server with uv run main.py. For Cline, add an MCP configuration entry that uses the uv command with the --directory argument pointing to the local clone and run main.py as the argument.
Key features of Pdf
—
Use cases of Pdf
—
FAQ from Pdf
—
More Files & Storage MCP servers
Mcp Filesystem
gabrielmaialva33A secure Model Context Protocol (MCP) server providing filesystem access within predefined directories
File Context Server
bsmi021A Model Context Protocol (MCP) server that provides file system context to Large Language Models (LLMs). This server enables LLMs to read, search, and analyze code files with advanced caching and real-time file watching capabilities.
Filesystem MCP Server (@shtse8/filesystem-mcp)
shtse8📁 Secure, efficient MCP filesystem server - token-saving batch operations with project root confinement
md-pdf-mcp (Markdown to PDF MCP Server)
seanivoreMarkdown To PDF Conversion MCP
PDF Reader MCP Server (@sylphlab/pdf-reader-mcp)
sylphlab📄 The PDF intelligence layer for AI agents — Agent Document Twin, evidence-first extraction, visual crops, OCR provenance, trust reports, and benchmark-gated releases. MCP server for Claude, Cursor, VS Code, and any MCP client.
Comments