Gurupdf Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Gurupdf Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A free [Model Context Protocol](https://modelcontextprotocol.io) (MCP) server that lets Claude, Cursor, VS Code, Windsurf and other AI agents convert, compress, merge, split and edit PDFs — and convert between 100+ file formats (Word, Excel, PowerPoint, JPG, PNG, HEIC, ebooks, and more), right on your own machine. Powered by GuruPDF.
Languages: English · Español · Français · Deutsch · 中文 · Русский · Українська · Polski · Nederlands · Türkçe · Čeština · Ελληνικά · العربية
Ask your assistant: "compress this PDF", "turn invoice.docx into a PDF", or "merge these three files" — and it converts the files right on your machine.
You need Node.js 18+ and a free GuruPDF API key:
npx fetches it on first run.claude_desktop_config.json:
{
"mcpServers": {
"gurupdf": {
"command": "npx",
"args": ["-y", "gurupdf-mcp"],
"env": { "GURUPDF_API_KEY": "your_token_here" }
}
}
}~/.cursor/mcp.json (or .cursor/mcp.json in a project):
{
"mcpServers": {
"gurupdf": {
"command": "npx",
"args": ["-y", "gurupdf-mcp"],
"env": { "GURUPDF_API_KEY": "your_token_here" }
}
}
}.vscode/mcp.json:
{
"servers": {
"gurupdf": {
"command": "npx",
"args": ["-y", "gurupdf-mcp"],
"env": { "GURUPDF_API_KEY": "your_token_here" }
}
}
}~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"gurupdf": {
"command": "npx",
"args": ["-y", "gurupdf-mcp"],
"env": { "GURUPDF_API_KEY": "your_token_here" }
}
}
}| Tool | What it does |
|---|---|
convert_file | Convert/process a local file (or URL). Give it an input and a target format (pdf, png, docx…) or a tool slug (compress-pdf, merge-pdf…). Saves the result to disk. |
get_status | Check a conversion job by id and download the result when ready (for long jobs like video). |
list_conversions | List supported conversions/tools, optionally filtered by an input format. |
check_credits | Show remaining credits and how to get more. |
"Compress `~/Documents/report.pdf`." → convert_file(input: "~/Documents/report.pdf", to: "compress-pdf")"Convert `invoice.docx` to PDF." → convert_file(input: "invoice.docx", to: "pdf")"Merge `a.pdf` and `b.pdf` into one." → convert_file(input: ["a.pdf", "b.pdf"], to: "merge-pdf")"Password-protect this PDF with `hunter2`." → convert_file(input: "secret.pdf", to: "protect-pdf", options: { password: "hunter2" })"Save this web page as a PDF: https://example.com" → convert_file(input: "https://example.com", to: "url-to-pdf")Each tool costs a few credits. Free accounts get daily credits (refreshed every day) and 2 conversions/minute, 10/day. When you run out, the assistant will tell you — you can wait for the daily refresh or top up / upgrade. Conversions run on GuruPDF's servers; files are deleted automatically within an hour.
| Env var | Default | Notes |
|---|---|---|
GURUPDF_API_KEY | — | Required. Your API token from Profile → API tokens. |
GURUPDF_API_URL | https://gurupdf.com/api/v1 | Override only for self-hosted / staging. |
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.