Skip to main content
Glama

mcp-pdf-tools

by hanweg

工作正在进行中 - 谨慎使用 - Windows:

MCP PDF 工具服务器

提供 PDF 操作工具的 MCP(模型上下文协议)服务器。该服务器允许 LLM 通过模型上下文协议执行合并 PDF 和提取页面等操作。

特征

  • 将多个 PDF 文件合并为一个 PDF
  • 按照用户指定的顺序将多个 PDF 文件合并为一个 PDF
  • 从 PDF 文件中提取特定页面
  • 搜索 PDF文件系统搜索或全部搜索比这个更好
  • 根据目标输入 PDF 中的文本提取和正则表达式模式匹配来查找(并合并)相关 PDF

安装

  1. 克隆此存储库
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" ] } } }
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

mcp 使用 PyPDF2 来:• 合并 pdf • 提取页面 • 搜索 pdf • 合并 pdf-ordered(按用户指定的顺序合并)• 查找相关 pdf(使用正则表达式提取相关 PDF 文件的文本)

  1. MCP PDF 工具服务器
    1. 特征
    2. 安装
    3. 与 Claude Desktop 一起使用

Related MCP Servers

  • A
    security
    F
    license
    A
    quality
    An MCP server for converting Markdown documents to PDF files.
    Last updated -
    1
    1
    JavaScript
  • -
    security
    F
    license
    -
    quality
    Provides tools for reading and extracting text from PDF files, supporting both local files and URLs.
    Last updated -
    3
    Python
  • A
    security
    F
    license
    A
    quality
    An MCP server that provides a tool to extract text content from local PDF files, supporting both standard PDF reading and OCR capabilities with optional page selection.
    Last updated -
    1
    6
    Python
    • Apple
  • A
    security
    A
    license
    A
    quality
    Empowers AI agents to securely read and extract information (text, metadata, page count) from PDF files within project contexts using a flexible MCP tool.
    Last updated -
    1
    505
    41
    TypeScript
    MIT License
    • Linux
    • Apple

View all related MCP servers

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