WORK IN PROGRESS - USE WITH CAUTION - Windows:
@hanweg
关于 WORK IN PROGRESS - USE WITH CAUTION - Windows:
MCP server for working with PDF files
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-pdf-tools": {
"command": "uv",
"args": [
"venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is WORK IN PROGRESS - USE WITH CAUTION - Windows:?
An MCP (Model Context Protocol) server that provides PDF manipulation tools. It allows LLMs to perform operations like merging PDFs and extracting pages through the Model Context Protocol.
How to use WORK IN PROGRESS - USE WITH CAUTION - Windows:?
Clone the repository, create a virtual environment with uv venv, activate it, and install the package with uv pip install -e .. Then configure your Claude Desktop client by adding the server definition to claude_desktop_config.json with the command uv and the appropriate arguments pointing to the server directory.
Key features of WORK IN PROGRESS - USE WITH CAUTION - Windows:
- Merge multiple PDF files into a single PDF
- Merge PDFs in a user-specified order
- Extract specific pages from a PDF file
- Search inside PDFs (filesystem/Everthing search works better)
- Find and merge related PDFs via text extraction and regex
Use cases of WORK IN PROGRESS - USE WITH CAUTION - Windows:
- Combining several PDF documents into one file
- Extracting a subset of pages from a large PDF
- Searching for text within PDF files
- Automatically identifying and merging PDFs related to a target document
FAQ from WORK IN PROGRESS - USE WITH CAUTION - Windows:
—
文件与存储 分类下的更多 MCP 服务器
box-mcp-server
hmkA Box model context protocol server to search, read and access files
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.
Mcp Google Sheets
xing5This MCP server integrates with your Google Drive and Google Sheets, to enable creating and modifying spreadsheets.
Filesystem MCP Server (@shtse8/filesystem-mcp)
shtse8📁 Secure, efficient MCP filesystem server - token-saving batch operations with project root confinement
mcp-v8: V8 JavaScript MCP Server
r33drichardsMCP server that exposes a V8 JavaScript runtime as a tool for AI agents like Claude and Cursor. Supports persistent heap snapshots via S3 or local filesystem, and is ready for integration with modern AI development environments.
评论