Skip to main content
Glama

PDF Extraction MCP Server

by xraywu

PDF 추출 MCP 서버

PDF 파일에서 내용을 추출하는 MCP 서버

구성 요소

도구

서버는 하나의 도구를 구현합니다.

  • extract-pdf-contents: 로컬 PDF 파일에서 콘텐츠 추출
    • PDF 파일의 로컬 파일 경로를 나타내는 필수 문자열 인수로 "pdf_path"를 사용합니다.
    • PDF 파일에서 내용을 추출할 페이지 번호를 나타내는 "pages"를 선택적 문자열 인수로 받습니다. 페이지 번호는 쉼표로 구분되며, 음수 페이지 번호도 지원됩니다(예: '-1'은 마지막 페이지를 의미).
    • PDF 파일 리더 및 OCR 지원

빠른 시작

설치하다

클로드 데스크탑

MacOS의 경우: ~/Library/Application\ Support/Claude/claude_desktop_config.json Windows의 경우: %APPDATA%/Claude/claude_desktop_config.json

Install Server
A
security – no known vulnerabilities
F
license - not found
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.

표준 PDF 읽기와 OCR 기능을 모두 지원하고 선택적으로 페이지를 선택할 수 있는 기능을 갖춘 로컬 PDF 파일에서 텍스트 콘텐츠를 추출하는 도구를 제공하는 MCP 서버입니다.

  1. 구성 요소
    1. 도구
  2. 빠른 시작
    1. 설치하다

Related MCP Servers

  • -
    security
    F
    license
    -
    quality
    A PDF processing server that extracts text via normal parsing or OCR, and retrieves images from PDF files through the MCP protocol with a built-in web debugger.
    Last updated -
    26
    Python
  • -
    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
  • -
    security
    F
    license
    -
    quality
    This MCP server enables interactions with the PDF Generator API for creating, converting, and managing PDF documents using natural language commands.
    Last updated -
    Python
  • A
    security
    A
    license
    A
    quality
    MCP server that converts Markdown to high-quality PDF documents using LaTeX, enabling AI agents like Claude to generate professional PDFs without requiring sign-ups or credit cards.
    Last updated -
    1
    353
    7
    JavaScript
    MIT License

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/xraywu/mcp-pdf-extraction-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server