mcpbeat Sign in

GuruPDF MCP Server

local only

GuruPDF runs on your own machine — the client starts it, so there is no endpoint to ping. 67 installs a week from npm. Last commit 19 Jun 2026.

Convert, compress & merge PDFs and 100+ file formats from any AI agent. By GuruPDF.

Installs per day peak 31 · avg 12 · +4% w/w
a month agotoday
67
Installs / week
npm · gurupdf-mcp
2
Stars
0 open issues
19 Jun 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check GuruPDF every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add gurupdf-mcp -- npx -y gurupdf-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gurupdf-mcp": {
      "args": [
        "-y",
        "gurupdf-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gurupdf-mcp]
command = "npx"
args = ["-y", "gurupdf-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "gurupdf-mcp": {
      "args": [
        "-y",
        "gurupdf-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gurupdf-mcp": {
      "args": [
        "-y",
        "gurupdf-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GURUPDF_API_KEY (Your GuruPDF API token (create one at https://gurupdf.com/profile)), GURUPDF_API_URL (API base URL; override only for self-hosting). The author declared them in the registry entry; get the values from the project itself.

Alternatives to GuruPDF

same job, measured the same way
pdfAssistant
by pdfassistant

Convert, merge, compress, OCR, redact, and sign PDFs inside your AI assistant. From pdfAssistant.

answering
Convertapi
by mcparmory

Convert files across 500+ formats: documents, PDFs, and images

240 installs/wk local only
Glassypic
by onepunchtechnology

AI image processing: upscale, resize, crop, compress, convert file format, and generate SEO metadata

35 installs/wk 3 tools answering
FileConvert
by file-convert

Convert files between 110+ document, image, audio, video, archive and ebook formats from AI agents.

answering
Mif Tools
by varun29ankus

Convert, validate, and inspect AI agent memories across formats

63 installs/wk local only
Image Processing
by pictomancer

Image processing for AI agents: resize, convert, compress, crop, and web-ready AI-generated images.

10 tools answering
Thumbnails
by theluckystrike

Generate image thumbnails, resize, convert and compress photos from your AI chat. Local files.

local only
Formatika
by formatika

Convert, compress, resize and trim images, audio, video and PDFs from local paths.

54 installs/wk local only

GuruPDF — questions

Answers built from our own checks of this server.

Why is there no uptime for GuruPDF?
GuruPDF runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package gurupdf-mcp was installed 67 times last week.
How do I connect GuruPDF?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls gurupdf-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use GuruPDF?
The npm package gurupdf-mcp was installed 67 times in the last week. Week over week that is +4%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is GuruPDF open source?
Yes — it is published under the MIT licence, written in JavaScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.