Skip to content
Cursor

pdfops mcp for Cursor

dev.pdfops/pdfops-mcp

Deterministic PDF tools for AI agents: inspect fields, fill forms, merge PDFs, invoices.

client:Cursor transport:stdio runtime:npm

Install pdfops mcp in Cursor

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

{
  "mcpServers": {
    "pdfops-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "pdfops-mcp"
      ]
    }
  }
}

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

pdfops mcp in other clients