pdf-mcp
Full-stack PDF intelligence MCP server for extracting, manipulating, annotating, converting, validating, and RAG-searching PDFs through a unified tool surface and React workbench.
README
pdf-mcp
<p align="center"> <a href="https://github.com/casey/just"><img src="https://img.shields.io/badge/just-ready_to_go-7c5cfc?style=flat-square&logo=just&logoColor=white" alt="Just"></a> <a href="https://python.org"><img src="https://img.shields.io/badge/Python-3.12+-3776AB?style=flat-square&logo=python&logoColor=white" alt="Python"></a> <a href="https://github.com/PrefectHQ/fastmcp"><img src="https://img.shields.io/badge/FastMCP-3.4%2B-7c5cfc?style=flat-square" alt="FastMCP"></a> <a href="https://www.adobe.com/acrobat/about-adobe-pdf.html"><img src="https://img.shields.io/badge/PDF-intelligence-E5252A?style=flat-square" alt="PDF"></a> <a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-yellow?style=flat-square" alt="MIT"></a> </p>
Full-stack PDF intelligence MCP server — extract, manipulate, annotate, convert, validate, and RAG-search PDFs through a unified tool surface and React workbench.
v0.1.0 · Ports 11130 (frontend) / 11131 (backend)
FastMCP 3.4+ · PyMuPDF + pypdf + pdfplumber · LanceDB RAG · Prefab UI · dual transport (stdio + HTTP)
Features
- pdf_extract — text, images, tables, metadata, fonts, links, outline
- pdf_manipulate — merge, split, rotate, reorder, delete pages, compress, encrypt/decrypt, optimize
- pdf_annotate — watermark, stamp, highlight, underline, header/footer, page numbers
- pdf_forms — list / fill / flatten / export form fields
- pdf_convert — PDF ↔ Markdown / images / HTML
- pdf_validate — PDF/A, structure, accessibility, integrity, compare
- pdf_rag — chunk, index (LanceDB), semantic search
Quick start
git clone https://github.com/sandraschi/pdf-mcp
cd pdf-mcp
uv sync
Copy-Item .env.example .env
.\start.ps1
Dashboard: http://127.0.0.1:11130 · MCP/API: http://127.0.0.1:11131
Webapp
| Route | Page |
|---|---|
/ |
Dashboard |
/workbench |
PDF.js viewer + tool palette |
/pipeline |
Batch operations |
/chat |
LLM chat with RAG context |
/tools / /skills / /logs |
Discovery & logs |
Architecture
- Backend: Python 3.12, FastMCP 3.4+, FastAPI, PyMuPDF, pypdf, pdfplumber, LanceDB
- Frontend: React 18, Vite, Tailwind, Zustand, Framer Motion, PDF.js
- Transport: stdio (Claude Desktop / Cursor) + HTTP/SSE
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.