PDF Extraction MCP server
MCP server to extract contents from a PDF file
Components
Tools
The server implements one tool:
- extract-pdf-contents: Extract contents from a local PDF file
- Takes “pdf_path” as a required string argument, representing the local file path of the PDF file
- Takes “pages” as an optional string argument, representing the page numbers to extract contents from the PDF file. Page numbers are separated in comma, and negative page numbers supported (e.g. ‘-1’ means the last page)
- Supports PDF file reader and OCR
Quickstart
Install
Claude Desktop
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
Development/Unpublished Servers Configuration
``` "mcpServers": { "pdf_extraction": { "command": "uv", "args": [ "--directory", "/Users/xraywu/Workspace/pdf_extraction", "run", "pdf_extraction" ] } } ```Published Servers Configuration
``` "mcpServers": { "pdf_extraction": { "command": "uvx", "args": [ "pdf_extraction" ] } } ```PDF Extraction Server
Project Details
- xraywu/mcp-pdf-extraction-server
- Last Updated: 4/14/2025
Recomended MCP Servers
MCP server for MIcsoft OneNote
MCP server for managing EVM keys and deploying smart contracts via Infura
An unofficial and community-built MCP server for integrating with https://railway.app
A Model Context Protocol server allows to interact with Twitter, enabling posting tweets and searching Twitter.
MCP server retrieving transcripts of YouTube videos
MCP server to update README.md using Ollama for conflict analysis.
MCP for interacting with the Cooper Hewitt Collection API
A Model Context Protocol (MCP) server for Malaysia Prayer Time data
A integração entre o Model Context Protocol (MCP) e a computação quântica representa uma fronteira inovadora na interseção...
Context7 MCP Server





