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
local-only server
The server can only run on the client's local machine because it depends on local resources.
표준 PDF 읽기와 OCR 기능을 모두 지원하고 선택적으로 페이지를 선택할 수 있는 기능을 갖춘 로컬 PDF 파일에서 텍스트 콘텐츠를 추출하는 도구를 제공하는 MCP 서버입니다.
Related Resources
Related MCP Servers
- -securityFlicense-qualityA 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 -28
- -securityAlicense-qualityA 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 -7Apache 2.0
- -securityFlicense-qualityThis MCP server enables interactions with the PDF Generator API for creating, converting, and managing PDF documents using natural language commands.Last updated -
- AsecurityAlicenseAqualityMCP 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 -1247MIT License