@jhchen2222-ui
关于 Pdf
pdf tools
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"pdf": {
"command": "uv",
"args": [
"--directory",
"C:\\path\\to\\pdfmcp",
"run",
"pdfmcp",
"--output-dir",
"C:\\path\\to\\output"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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
—
文件与存储 分类下的更多 MCP 服务器
Mcp Filesystem
gabrielmaialva33A secure Model Context Protocol (MCP) server providing filesystem access within predefined directories
md-pdf-mcp (Markdown to PDF MCP Server)
seanivoreMarkdown To PDF Conversion MCP
Mcp Google Sheets
xing5This MCP server integrates with your Google Drive and Google Sheets, to enable creating and modifying spreadsheets.
box-mcp-server
hmkA Box model context protocol server to search, read and access files
评论