← Index

PDF Generator

io.github.mcp-z/mcp-pdf·v2.0.6·Documents & Spreadsheets
Quality Score
79
/100

MCP server for creative PDF generation with full emoji, Unicode, and offline support

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-pdf": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp-z/mcp-pdf"
      ],
      "env": {
        "RESOURCE_STORE_URI": "file://~/.mcp-z/mcp-pdf/files",
        "PORT": "<port>",
        "BASE_URL": "<base_url>",
        "LOG_LEVEL": "info"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-pdf": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp-z/mcp-pdf"
      ],
      "env": {
        "RESOURCE_STORE_URI": "file://~/.mcp-z/mcp-pdf/files",
        "PORT": "<port>",
        "BASE_URL": "<base_url>",
        "LOG_LEVEL": "info"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @mcp-z/mcp-pdf
§02  Environment variables
RESOURCE_STORE_URI

Resource store URI for generated PDF files (file://)

PORT

HTTP server port (overrides --port)

BASE_URL

Base URL for HTTP transport (used for file links)

LOG_LEVEL

Logging level

RESOURCE_STORE_URI

Resource store URI for generated PDF files (file://)

PORT

HTTP server port (overrides --port)

BASE_URL

Base URL for HTTP transport (used for file links)

LOG_LEVEL

Logging level

§03  MCP Quality Score  ·  methodology
freshness
19
completeness
15
installability
25
documentation
10
stability
10
§04  Alternatives in Documents & Spreadsheets