Skip to content
Claude Desktop

mcp pdf for Claude Desktop

io.github.kmalakoff/mcp-pdf

MCP server for PDF generation using PDFKit

client:Claude Desktop transport:stdio runtime:npm

Install mcp pdf in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "mcp-pdf": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp-z/mcp-pdf"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

mcp pdf in other clients