Skip to content
Cursor

mcp pdf for Cursor

io.github.kmalakoff/mcp-pdf

MCP server for PDF generation using PDFKit

client:Cursor transport:stdio runtime:npm

Install mcp pdf in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp pdf in other clients