Skip to content
Cursor

pdfco for Cursor

com.mcparmory/pdfco

Extract data, edit, convert, and parse PDF documents with OCR and AI

client:Cursor transport:stdio runtime:pypi

Install pdfco in Cursor

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

{
  "mcpServers": {
    "pdfco": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-pdfco"
      ]
    }
  }
}

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

pdfco in other clients