Skip to content
Zed

PDF Generator for Zed

io.github.mcp-z/mcp-pdf

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

client:Zed transport:stdio runtime:npm

Install PDF Generator in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

PDF Generator in other clients