Skip to main content
Glama

mcp-pdf-tools

by hanweg

작업 진행 중 - 주의해서 사용하세요 - Windows:

MCP PDF 도구 서버

PDF 조작 도구를 제공하는 MCP(Model Context Protocol) 서버입니다. 이 서버를 통해 LLM은 Model Context Protocol을 통해 PDF 병합 및 페이지 추출과 같은 작업을 수행할 수 있습니다.

특징

  • 여러 PDF 파일을 하나의 PDF로 병합
  • 사용자가 지정한 순서대로 여러 PDF 파일을 단일 PDF로 병합
  • PDF 파일에서 특정 페이지 추출
  • PDF 파일 시스템 검색이나 모든 항목 검색이 이보다 더 잘 작동합니다.
  • 대상 입력 PDF에서 텍스트 추출 및 정규식 패턴 일치를 기반으로 관련 PDF 찾기(및 병합)

설치

  1. 이 저장소를 복제하세요

지엑스피1

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.

PyPDF2를 사용하여 다음을 수행하는 mcp: • merge-pdfs • extract-pages • search-pdfs • merge-pdfs-ordered(사용자 지정 순서대로 병합) • find-related-pdfs(관련 PDF 파일에 대한 정규식 추출 텍스트)

  1. MCP PDF 도구 서버
    1. 특징
    2. 설치
    3. Claude Desktop과 함께 사용

Related MCP Servers

  • 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
    17
    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
    400
    190
    TypeScript
    MIT License
    • Linux
    • Apple
  • -
    security
    A
    license
    -
    quality
    A Model Context Protocol (MCP) based server that efficiently manages PDF files, allowing AI coding tools like Cursor to read, summarize, and extract information from PDF datasheets to assist embedded development work.
    Last updated -
    6
    Apache 2.0

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