工作正在进行中 - 谨慎使用 - Windows:
MCP PDF 工具服务器
提供 PDF 操作工具的 MCP(模型上下文协议)服务器。该服务器允许 LLM 通过模型上下文协议执行合并 PDF 和提取页面等操作。
特征
将多个 PDF 文件合并为一个 PDF
按照用户指定的顺序将多个 PDF 文件合并为一个 PDF
从 PDF 文件中提取特定页面
搜索 PDF文件系统搜索或全部搜索比这个更好
根据目标输入 PDF 中的文本提取和正则表达式模式匹配来查找(并合并)相关 PDF
Related MCP server: PDFSizeAnalyzer-MCP
安装
克隆此存储库
cd mcp-pdf-tools
# Create and activate virtual environment
uv venv
.venv\Scripts\activate
# Install the package
uv pip install -e .与 Claude Desktop 一起使用
将其添加到您的 Claude Desktop 配置文件(claude_desktop_config.json):
{
"mcpServers": {
"pdf-tools": {
"command": "uv",
"args": [
"--directory",
"PATH_TO\\mcp-pdf-tools",
"run",
"pdf-tools"
]
}
}
}A
license - permissive licenseB
qualityD
maintenanceMaintenance
–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hanweg/mcp-pdf-tools'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
