Skip to content
VS Code

PDF Writer (PDF Agent Stack) for VS Code

io.github.shuji-bonji/pdf-writer-mcp

Create and edit PDFs: text, Markdown, tables, metadata and pages, with Japanese font embedding.

client:VS Code transport:stdio runtime:npm

Install PDF Writer (PDF Agent Stack) in VS Code

.vscode/mcp.json

{
  "servers": {
    "pdf-writer-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@shuji-bonji/pdf-writer-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

PDF Writer (PDF Agent Stack) in other clients