- Home
- MCP servers
- PDF to PNG
PDF to PNG
- python
7
GitHub Stars
python
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"truaxki-mcp-pdf2png": {
"command": "uv",
"args": [
"--directory",
"/absolute/path/to/mcp-Pdf2png",
"run",
"pdf2png"
]
}
}
}You run a PDF to PNG MCP Server that lets you convert PDF documents into PNG images, one page per image, through a simple MCP tool call. This is useful when you need automated page-by-page image extraction from PDFs in your workflows.
How to use
You access the server through an MCP client and call the pdf2png tool with two required paths: the absolute path to the input PDF file and the absolute path to the folder where the resulting PNGs should be saved.
Using the pdf2png tool
The server exposes a single tool named pdf2png. It accepts the following parameters:
Available tools
pdf2png
Converts an input PDF to PNG images, creating one PNG per PDF page and saving them to the specified directory.