Skip to content
Windsurf

PDF Generator for Windsurf

io.github.mcp-z/mcp-pdf

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

client:Windsurf transport:stdio runtime:npm

Install PDF Generator in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-pdf": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp-z/mcp-pdf"
      ],
      "env": {
        "RESOURCE_STORE_URI": "<RESOURCE_STORE_URI>",
        "PORT": "<PORT>",
        "BASE_URL": "<BASE_URL>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

PDF Generator in other clients