.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/sylphxai/pdf-reader-mcp
home/mcp-servers/sylphxai/pdf-reader-mcp
sylphxai avatar

pdf-reader-mcp

bysylphxai· 1 MCP server

Installs

29k

Stars

840

Forks

77

Category

AI Agents & MCP

View on GitHub

TL;DR

The most-starred PDF MCP server on GitHub.

How to install pdf-reader-mcp?

sylphxai/pdf-reader-mcp
$git clone https://github.com/sylphxai/pdf-reader-mcp

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install pdf-reader-mcp by running `git clone https://github.com/sylphxai/pdf-reader-mcp`, then use it for the current task and follow its documentation at https://github.com/sylphxai/pdf-reader-mcp.

Files · 1

View on GitHub
README.md
1<div align="center">
2 
3<p align="center">
4 <img src="https://mark.sylphx.com/api/v1/banner?type=glass&theme=tokyonight&text=pdf+reader+mcp&desc=%F0%9F%93%84+The+PDF+intelligence+layer+for+AI+agents+%E2%80%94+Agent+Document+Twin%2C+evidence-firs&height=200&animation=rise&credit=0" alt="pdf-reader-mcp — Sylphx Mark banner" width="100%" />
5</p>
6 
7# 📄 PDF Reader MCP
8 
9### Your agent read the PDF. **Did it read the truth?**
10 
11The most-starred PDF MCP server on GitHub.
12 
13> **Published stable: `@sylphx/pdf-reader-mcp@3.0.14` (TypeScript path).**
14> Pure-Rust cutover is **in progress and not published**. Versions `3.0.15`–`3.1.1`
15> are **WITHDRAWN** (deprecated on npm). Do not install them.
16> **Publish freeze** until capability-first semantic compatibility is proven (ADR-0005) — not exact PDF.js JSON equality, and no premature releases.
17 
18[![GitHub stars](https://img.shields.io/github/stars/SylphxAI/pdf-reader-mcp?style=for-the-badge&logo=github)](https://github.com/SylphxAI/pdf-reader-mcp/stargazers)
19[![npm version](https://img.shields.io/npm/v/@sylphx/pdf-reader-mcp?style=flat-square)](https://www.npmjs.com/package/@sylphx/pdf-reader-mcp)
20[![License](https://img.shields.io/badge/License-MIT-blue?style=flat-square)](https://opensource.org/licenses/MIT)
21[![CI/CD](https://img.shields.io/github/actions/workflow/status/SylphxAI/pdf-reader-mcp/ci.yml?style=flat-square&label=CI/CD)](https://github.com/SylphxAI/pdf-reader-mcp/actions/workflows/ci.yml)
22[![codecov](https://img.shields.io/codecov/c/github/SylphxAI/pdf-reader-mcp?style=flat-square)](https://codecov.io/gh/SylphxAI/pdf-reader-mcp)
23[![Rust](https://img.shields.io/badge/Rust-experimental-orange.svg?style=flat-square)](https://www.rust-lang.org/)
24[![Downloads](https://img.shields.io/npm/dm/@sylphx/pdf-reader-mcp?style=flat-square)](https://www.npmjs.com/package/@sylphx/pdf-reader-mcp)
25[![Docker](https://img.shields.io/badge/Docker-ready-2496ED?style=flat-square&logo=docker)](#docker)
26 
27**Local-first** · **Published: TS 3.0.14** · **Pure-Rust experimental** · **Publish freeze**
28 
29[⭐ Star this repo](https://github.com/SylphxAI/pdf-reader-mcp) if agents should cite PDFs with proof, not guess from plain text.
30· [Quick start](#quick-start) · [See it work](#see-it-work) · [Roadmap](docs/roadmap/sota-family-roadmap.md) · [Why not plain text?](#why-not-a-plain-text-dump)
31</div>
32 
33---
34 
35## The problem
36 
37PDFs are not text files. They are layout, pixels, tables, hidden text, scanned
38pages, and reading order that breaks the moment you flatten them.
39 
40Most PDF tools give agents a **text dump**. Tables disappear. Scanned pages go
41blank. Hidden text sneaks in. Citations become guesses. Then the model
42hallucinates — confidently.
43 
44**PDF Reader MCP is built for the moment your agent needs to prove an answer, not
45just sound plausible.**
46 
47## Why not a plain text dump?
48 
49| Typical PDF path | PDF Reader MCP |
50| --- | --- |
51| Dump text into context | Return markdown, chunks, tables, and a linked document map |
52| "Trust the summary" | Page numbers, bounding boxes, crop IDs, and render evidence |
53| Hope tables survived | Cells, geometry, confidence, warnings, continuation hints |
54| Scanned pages silently empty | OCR path with word boxes and provenance |
55| No idea what is risky | Trust report for hidden text, spoofing, unsafe links, injection-like content |
56| Ship and pray | **39/39** SOTA release-gate checks on every version |
57 
58Full capability matrix: [comparison guide](docs/comparison/index.md).
59 
60## See it work
61 
62**Install once. Call once.**
63 
64```bash
65claude mcp add pdf-reader -- npx @sylphx/pdf-reader-mcp@3.0.14
66```
67 
68```json
69{
70 "sources": [{ "path": "/absolute/path/to/report.pdf" }]
71}
72```
73 
74`read_pdf` inspects the PDF, picks the extraction route, and returns the Agent
75Document Twin — no manual `include_*` flags required:
76 
77```json
78{
79 "auto_read": {
80 "workflow": "digital_text_route",
81 "selected_arguments": {
82 "include_markdown": true,
83 "include_tables": true,
84 "include_chunks": true,
85 "incl

Preview

sylphxai/pdf-reader-mcpsylphxai/pdf-reader-mcp
Reposylphxai/pdf-reader-mcp
TypeMCP Servers
CategoryAI Agents & MCP
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

MCPagent-document-twinai-agent

Related

6 picks
Type
  1. langchain-ai avatarlangchain-mcp-adaptersMake Anthropic Model Context Protocol (MCP) tools compatible with LangChain and LangGraph agents.MCP ServersJul 20267.0M3.6k
  2. openclaw avatarmcporterTypeScript runtime and CLI for connecting to configured Model Context Protocol servers.MCP ServersJul 20262.5M4.8k
  3. sparfenyuk avatarmcp-proxyA MCP server which proxies requests to a remote MCP server over streamable HTTP or SSE.MCP ServersJul 20262.2M2.7k
  4. sooperset avatarmcp-atlassianThe Model Context Protocol (MCP) Atlassian integration is an open-source implementation that bridges Atlassian products (Jira and Confluence) with AI language models following Anthropic's MCP specification.MCP ServersJul 20261.7M5.6k
  5. open-webui avataropen-webuiOpen WebUIMCP ServersJul 20261.4M147k
  6. dyoshikawa avatarrulesyncUnified AI rules management CLI tool that generates configuration files for various AI development toolsMCP ServersJul 2026889k1.3k