Skip to content
Zed

mcp pdf for Zed

io.github.kmalakoff/mcp-pdf

MCP server for PDF generation using PDFKit

client:Zed transport:stdio runtime:npm

Install mcp pdf in Zed

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

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

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

mcp pdf in other clients