home / mcp / pdf to png mcp server

PDF to PNG MCP Server

MCP tool for converting PDF's to png files.

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.