Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ”Ž Search & Data Extraction
  3. Pdfmux
Pdfmux logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 7:34:09 PM

Pdfmux

User RatingsBe the first to rate and review this MCP server!
View Repository82 GitHub StarsTotal stargazers on GitHub for the source repository (82 stars).Visit Website
pdfocrragdata-extractionmcp

Routes PDF pages to suitable extractors, scores quality, retries weak results, and exposes extraction through MCP.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "nameetp-pdfmux": {
      "command": "npx",
      "args": [
        "-y",
        "pdfmux-mcp"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ”Ž More in Search & Data Extraction

Overview

NameetP/pdfmux MCP server routes PDF pages to different extraction backends based on page characteristics such as digital text, scans, tables, and complex layouts. It audits results with per-page confidence and can re-extract pages that appear blank, scrambled, or incomplete. The package also provides CLI and Python APIs for Markdown, JSON, chunks, batch processing, streaming, and extraction verification. Reach for it when PDF quality varies across documents or when silent page drops could damage a RAG pipeline.

Use cases

โ€ขExtract mixed digital and scanned PDF batches
โ€ขCreate confidence-aware chunks for RAG indexing
โ€ขVerify third-party extraction output for silent page drops
โ€ขGate document processing in CI by confidence threshold

Key features

โ€ขPer-page backend routing
โ€ขConfidence scoring and re-extraction
โ€ขOCR, table, layout, and LLM backends
โ€ขMarkdown, JSON, and RAG chunk output
โ€ขBatch, streaming, watching, and caching workflows
โ€ขCross-engine extraction verification

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Pdfmux.

Extracted Tool Capabilities
Per-page backend routing
Confidence scoring and re-extraction
OCR, table, layout, and LLM backends
Markdown, JSON, and RAG chunk output
Batch, streaming, watching, and caching workflows
Cross-engine extraction verification

How Pdfmux works

What NameetP/pdfmux MCP server does

NameetP/pdfmux MCP server provides PDF extraction through a router that evaluates pages individually instead of applying one parser to an entire document. It distinguishes common page types, including digital text, scanned content, tables, and complex layouts, then selects an available backend such as PyMuPDF, RapidOCR, Docling, OpenDataLoader, Surya, Marker, or an optional LLM provider.

The extraction pipeline checks its own output. Pages with weak confidence, missing text, scrambled columns, or broken tables can be sent through a stronger extraction path. Results include confidence information so applications can identify documents or pages that need review rather than treating every successful process exit as reliable.

A separate verification workflow can inspect output created by another extraction engine. It compares the supplied JSON, Markdown, or plain-text result with the source PDF and reports coverage, confidence, page verdicts, alignment, hallucination risk, and table or heading integrity when available.

How it works

NameetP/pdfmux MCP server can process a single file, a directory, or a stream of pages. Its CLI supports ordinary Markdown extraction, token-limited chunks for RAG, schema-guided extraction, cost estimation, profiles, directory watching, extraction diffs, caching, and strict confidence checks. The Python API includes single-file helpers and a batch iterator that returns each path with either a result or an exception.

The default installation handles digital PDFs. Optional extras add OCR, table extraction, complex-layout processing, neural academic-paper extraction, watching, and LLM providers. LLM use is optional and can target Gemini, Claude, OpenAI models, Ollama, or Mistral OCR when the corresponding extras and credentials are configured.

Setup and configuration

Install the base package with pip install pdfmux on Python 3.11 or newer. For scanned documents, the README recommends pdfmux[ocr]; other extras are available for tables, OpenDataLoader, Marker, individual LLM providers, watching, or the complete set of dependencies.

Basic conversion requires no provider credentials. LLM fallback modes use the user's own provider access, while Ollama supports a local model. The README does not specify MCP configuration entries or environment-variable names, so client setup details should be taken from the package's current documentation.

Tools and capabilities

  • Route pages across multiple extraction backends.
  • Audit extraction quality and assign confidence scores per page.
  • Retry pages that produce low-quality or incomplete output.
  • Produce Markdown, structured JSON, and token-limited chunks.
  • Verify extraction output from pdfmux or another engine.
  • Process batches with manifests, streaming, caching, and strict confidence gates.

The built-in MCP server makes the package available to MCP clients, and the README specifically identifies Claude Desktop as a target client. The provided material does not list the MCP tool names or their parameter schemas.

Limitations and notes

OCR, table, neural, and LLM features are not all included in the base installation. Some backends add substantial dependencies, and OpenDataLoader requires Java 11 or newer. LLM and Mistral OCR paths may incur provider costs or require separate credentials. Verification quality depends on the structure available in the supplied extraction: page-level comparison is used when page structure is exposed, while single-blob input uses content-presence checks.

NameetP/pdfmux MCP server is MIT licensed. The repository describes the method as patent-pending and presents the project as an open-source alternative for PDF extraction workflows.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Search & Data Extraction View all alternatives
  • MinerU Ecosystem logoMinerU Ecosystem

    Official MinerU document parsing MCP (mineru-open-mcp on PyPI). Converts PDFs, doc/docx/ppt/pptx, images, and spreadsheets to Markdown via the MinerU API; free Flash mode without an API key (about 20 pages per file); optional MINERUAPITOKEN for higher limits.

    ๐Ÿ”Ž Search & Data Extraction2 views
    Compare vs MinerU Ecosystem โ†’
  • Open WebSearch logoOpen WebSearch

    Web search using free multi-engine search (NO API KEYS REQUIRED) โ€” Supports Bing, Baidu, DuckDuckGo, Brave, Exa, and CSDN.

    ๐Ÿ”Ž Search & Data Extraction3 views
    Compare vs Open WebSearch โ†’
  • Agentql MCP logoAgentql MCP

    MCP server that provides AgentQL's data extraction capabilities.

    ๐Ÿ”Ž Search & Data Extraction3 views
    Compare vs Agentql MCP โ†’
  • Mineru MCP logoMineru MCP

    MCP server for MinerU document parsing API. Parse PDFs, images, DOCX, and PPTX with OCR (109 languages), batch processing (200 docs), page ranges, and local file upload. 73% token reduction with structured output.

    ๐Ÿ”Ž Search & Data Extraction5 views
    Compare vs Mineru MCP โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
82
Stargazers on the source repository.
npm downloads
72
Package downloads in the last 30 days.
Last commit
1mo ago
Most recent push to the default branch.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Pdfmux

Install the Python package with `pip install pdfmux`. Python 3.11 or newer is required; the provided material does not give a separate MCP launch command.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewPdfmux AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/nameetp-pdfmux?style=directory)](https://allmcps.com/mcp/nameetp-pdfmux)
HTML Embed
<a href="https://allmcps.com/mcp/nameetp-pdfmux"><img src="https://allmcps.com/api/badge/nameetp-pdfmux?style=directory" alt="Pdfmux on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ”ŽSearch & Data Extraction
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
ClientsClaude Desktop
Last updatedSep 4, 2026
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars82
GitHub Star CountTotal stargazers on GitHub representing community popularity (82 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 7, 2026
npm downloads72/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
59Quality signal: Good ยท 59/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools25/30
Adoption & activity8/15
Community engagement1/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 17d ago via OSV.dev ยท pdfmux-mcp (npm)

โ˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ”Ž Search & Data Extraction โ†’Best MCP servers for Web Search & Scraping โ†’Alternatives to Pdfmux โ†’Install in Claude DesktopInstall in CursorInstall in VS Code