PDF to PNG MCP Server
PDF를 PNG로 MCP 서버로
PDF를 PNG로 변환하는 기능을 제공하는 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 서버를 사용하면 간단한 MCP 도구 호출을 통해 PDF 문서를 PNG 이미지로 변환할 수 있습니다.
필수 조건
이 서버에는 모델 컨텍스트 프로토콜(MCP)이 필요합니다. MCP를 처음 사용하는 경우 먼저 SDK를 설치하세요.
지엑스피1
추가 요구 사항:
Python 3.10 이상
uv 패키지 관리자
poppler(pdf2image에 필요)
Poppler 설치
Windows : poppler-windows 에서 다운로드 및 설치
macOS :
brew install poppler리눅스 :
sudo apt-get install poppler-utils
Related MCP server: MCP PDF Reader
설치
이 저장소를 복제하세요:
git clone https://github.com/truaxki/mcp-Pdf2png.git cd mcp-Pdf2png가상 환경을 만들고 활성화하세요.
uv venv # Windows .venv\Scripts\activate # Unix/macOS source .venv/bin/activate패키지를 설치하세요:
uv pip install -e .
용법
1. MCP 클라이언트 구성
claude_desktop_config.json 파일에 서버 구성을 추가하세요. 이 파일은 일반적으로 다음 위치에 있습니다.
Windows:
%APPDATA%\Claude Desktop\config\claude_desktop_config.jsonmacOS/Linux:
~/.config/Claude Desktop/config/claude_desktop_config.json
{
"mcpServers": {
"pdf2png": {
"command": "uv",
"args": [
"--directory",
"/absolute/path/to/mcp-Pdf2png",
"run",
"pdf2png"
]
}
}
}참고: /absolute/path/to/mcp-Pdf2png 저장소를 복제한 실제 경로로 바꾸세요.
2. 서버 사용
서버는 다음 매개변수를 사용하여 단일 도구인 pdf2png 제공합니다.
read_file_path: 입력 PDF 파일의 절대 경로write_folder_path: PNG 파일을 저장해야 하는 디렉토리의 절대 경로
산출:
각 PDF 페이지는 PNG 이미지로 변환됩니다.
파일 이름은
page_1.png,page_2.png등으로 지정됩니다.변환 횟수와 함께 성공 메시지를 반환합니다.
기여하다
기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- FlicenseAquality-maintenanceA Model Context Protocol server that extracts and processes content from PDF documents, providing text extraction, metadata retrieval, page-level processing, and PDF validation capabilities.41
- AlicenseAqualityCmaintenanceA Model Context Protocol server that enables the extraction of text, metadata, and embedded images from PDF files. It provides tools for searching text with context, reading specific pages, and counting total pages within a document.7301MIT
- FlicenseAqualityDmaintenanceAn MCP server that enables bidirectional conversion between Markdown and PDF formats, including text extraction from specific pages and metadata retrieval. It supports customizable PDF output sizes and document processing through standard MCP tools.51
- Alicense-qualityDmaintenanceAn 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.31ISC
Related MCP Connectors
MCP server for the PDFGate API. Generate PDFs, manage documents and handle e-signatures.
MCP server for generating rough-draft project plans from natural-language prompts.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/truaxki/mcp-Pdf2png'
If you have feedback or need assistance with the MCP directory API, please join our Discord server