MCP server for the PDFops API — deterministic PDF tools (inspect, fill, merge, invoice) for AI agents. npx pdfops-mcp
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"pdfops-mcp": {
"command": "npx",
"args": [
"-y",
"pdfops/pdfops-mcp"
]
}
}
}
Run in terminal:
claude mcp add pdfops-mcp npx -y pdfops/pdfops-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"pdfops-mcp": {
"command": "npx",
"args": [
"-y",
"pdfops/pdfops-mcp"
]
}
}
}