mcp-Pdf2png
If you are the rightful owner of mcp-Pdf2png and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that provides PDF to PNG conversion capabilities.
The PDF to PNG MCP Server is designed to facilitate the conversion of PDF documents into PNG images using a simple MCP tool call. This server is built on the Model Context Protocol (MCP) and requires Python 3.10 or higher, along with the 'uv' package manager and poppler for pdf2image functionality. The server is easy to set up and use, making it an efficient solution for users needing to convert PDF files into image formats. The server can be configured through the MCP client, and it provides a straightforward interface for specifying input and output paths for the conversion process. Each page of the PDF is converted into a separate PNG file, ensuring high-quality image outputs.
Features
- Simple PDF to PNG conversion using MCP tool call.
- Requires Python 3.10+, 'uv' package manager, and poppler.
- Converts each PDF page into a separate PNG image.
- Configurable through MCP client for easy setup.
- Outputs success message with conversion count.
Tools
pdf2png
Converts PDF files to PNG images with specified input and output paths.