mcpbeat Sign in

Benspdf MCP Server

by benbergner Your server? Claim it
local only

Benspdf runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 13 Sep 2026.

Read PDFs locally: text, pages, metadata, scan detection, layout, permissions, render, OCR.

Installs / week
pypi · benspdf-mcp
1
Stars
0 open issues
13 Sep 2026
Last commit
no recent releases
Apache-2.0
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    completed = subprocess.run(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 benspdf -- uvx benspdf-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "benspdf": {
      "args": [
        "benspdf-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.benspdf]
command = "uvx"
args = ["benspdf-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "benspdf": {
      "args": [
        "benspdf-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "benspdf": {
      "args": [
        "benspdf-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Benspdf

same job, measured the same way
PDF Text, Table and OCR Extractor
by brenton-keller

PDF URLs to per-page text, tables as rows, Markdown, metadata and OCR for scanned pages.

answering
PDF Reader
by xvvln

MCP server for extracting text, images, tables, links, annotations, and metadata from PDF files.

85 installs/wk local only
Techtenstein PDF
by sathvic-kollu

PDF text and table extraction plus metadata. Supports OCR for scanned documents.

59 installs/wk local only
Pdf4vllm
by pyjudge

PDF reader for vision LLMs. Auto-detects text corruption and switches to image mode.

139 installs/wk local only
Parseflow
by libres-coder

PDF parsing server with text extraction, metadata, search, images, and TOC via MCP

64 installs/wk local only
I
Bytario
by helloderekg

40 MCP tools for image, PDF, QR, barcode, data, text, color, and render operations.

17 installs/wk local only
TruePath PDF
by joytruepath

Local-only PDF tools for AI — extract text, search, split/merge, render pages. Files never leave.

69 installs/wk local only
Outline
by mcparmory

Create, manage, and organize team documents, collections, and share permissions

232 installs/wk local only

Benspdf — questions

Answers built from our own checks of this server.

Why is there no uptime for Benspdf?
Benspdf 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 pypi package benspdf-mcp.
How do I connect Benspdf?
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 benspdf-mcp straight from pypi; nothing to host, nothing to sign up for.
Is Benspdf open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 1 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.