Skip to main content
Glama

MCP PDF 양식

MCP 와 PyMuPDF로 구축된 PDF 양식 조작 툴킷입니다.

특징

  • 여러 디렉토리에서 PDF 파일 찾기

  • PDF 파일에서 양식 필드 정보 추출

  • PDF 문서의 양식 필드 시각화

Related MCP server: PDF MCP Server

설치

지엑스피1

섬기는 사람

서버 구성 요소는 MCP의 API를 통해 PDF 관련 도구를 제공합니다.

# Start the server with one or more directories to scan for PDFs
uv run -m mcp_pdf_forms.server examples

또는 claude-code에 추가하려면:

claude mcp add pdf-forms uv run -- --with mcp-pdf-forms -m mcp_pdf_forms.server .

용법

설치가 완료되면 이 패키지를 사용하여 PDF 양식을 작업할 수 있습니다. 이 패키지는 MCP 인터페이스를 통해 다양한 도구를 제공합니다.

PDF 검색 도구

PDF 검색 도구는 지정된 디렉토리에서 PDF 파일을 찾는 데 도움이 됩니다.

  • 입력 : PDF 검색을 위한 디렉토리 경로

  • 출력 : 지정된 디렉토리에서 발견된 PDF 파일 목록

  • 사용법 : 이것을 사용하면 프로젝트나 지정된 폴더의 모든 PDF 파일을 빠르게 찾을 수 있습니다.

양식 필드 추출 도구

양식 필드 추출 도구는 PDF 문서의 모든 양식 필드에 대한 정보를 추출합니다.

  • 입력 : PDF 파일 경로

  • 출력 : 필드 이름, 유형, 위치 및 기타 속성을 포함한 각 양식 필드에 대한 자세한 정보

  • 사용법 : 이를 사용하여 양식 구조를 분석하고 채우기에 사용할 수 있는 필드를 이해합니다.

필드 하이라이트 시각화 도구

필드 강조 표시 도구는 PDF에서 양식 필드를 시각적으로 표현합니다.

  • 입력 : PDF 파일 경로

  • 출력 : 모든 양식 필드가 강조되어 쉽게 식별할 수 있도록 수정된 PDF

  • 사용법 : 이것을 사용하여 문서에서 양식 필드의 레이아웃과 위치를 시각적으로 검사합니다.

사용된 라이브러리

  • MCP - 머신 대화 프로토콜 프레임워크

  • PyMuPDF - 고성능 PDF 라이브러리인 MuPDF에 대한 Python 바인딩

특허

MIT

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

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.

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    An MCP server that provides comprehensive PDF processing capabilities including text extraction, image extraction, table detection, annotation extraction, metadata retrieval, page rendering, and document structure analysis.
  • A
    license
    -
    quality
    B
    maintenance
    An MCP server for PDF form filling, basic editing, and OCR text extraction. It enables users to merge, rotate, annotate, and sign PDFs, while also supporting text extraction from both searchable and scanned image-based documents.
    2
    Apache 2.0
  • A
    license
    -
    quality
    D
    maintenance
    An MCP server that provides tools for reading, writing, and manipulating PDF files, including text extraction, metadata retrieval, and merging or splitting documents. It also enables users to create PDFs from plain text and convert specific pages or entire documents into images.
    31
    ISC
  • A
    license
    A
    quality
    D
    maintenance
    An MCP server for local PDF manipulation including merging, splitting, rotating, watermarking, and text extraction. It works with various MCP-compatible clients and processes PDFs entirely on-device without cloud services.
    11
    13
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server for the PDFGate API. Generate PDFs, manage documents and handle e-signatures.

  • MCP Server for JFrog, providing tools for development and artifact management.

  • MCP server for generating rough-draft project plans from natural-language prompts.

View all MCP Connectors

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/Wildebeest/mcp_pdf_forms'

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