home / mcp / pdf to png mcp server
MCP tool for converting PDF's to png files.
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.
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.
The server exposes a single tool named pdf2png. It accepts the following parameters:
Converts an input PDF to PNG images, creating one PNG per PDF page and saving them to the specified directory.