← Back to browse

PDF Generator

Indexed by io.github.mcp-z

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsRESOURCE_STORE_URI PORT BASE_URL LOG_LEVEL
Claude Code
claude mcp add --env RESOURCE_STORE_URI= --env PORT= --env BASE_URL= --env LOG_LEVEL= mcp-pdf -- npx @mcp-z/mcp-pdf
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"mcp-pdf","command":"npx","args":["@mcp-z/mcp-pdf"],"env":{"RESOURCE_STORE_URI":"","PORT":"","BASE_URL":"","LOG_LEVEL":""}}'
JSON
{
  "mcpServers": {
    "mcp-pdf": {
      "command": "npx",
      "args": [
        "@mcp-z/mcp-pdf"
      ],
      "env": {
        "RESOURCE_STORE_URI": "",
        "PORT": "",
        "BASE_URL": "",
        "LOG_LEVEL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.