Skip to main content
Glama

PDF Extraction MCP Server

by xraywu

Servidor MCP de extracción de PDF

Servidor MCP para extraer contenidos de un archivo PDF

Componentes

Herramientas

El servidor implementa una herramienta:

  • extract-pdf-contents: Extrae el contenido de un archivo PDF local
    • Toma "pdf_path" como un argumento de cadena obligatorio, que representa la ruta del archivo local del archivo PDF
    • Toma "páginas" como argumento de cadena opcional, que representa los números de página para extraer el contenido del archivo PDF. Los números de página se separan por comas y se admiten números de página negativos (p. ej., "-1" significa la última página).
    • Admite lector de archivos PDF y OCR

Inicio rápido

Instalar

Escritorio de Claude

En MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json En Windows: %APPDATA%/Claude/claude_desktop_config.json

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

Un servidor MCP que proporciona una herramienta para extraer contenido de texto de archivos PDF locales, compatible con la lectura de PDF estándar y capacidades de OCR con selección de página opcional.

  1. Componentes
    1. Herramientas
  2. Inicio rápido
    1. Instalar

Related MCP Servers

  • A
    security
    F
    license
    A
    quality
    A server providing PDF form manipulation tools via MCP's API, allowing users to find PDFs across directories, extract form field information, and visualize form fields in documents.
    Last updated -
    6
    6
    Python
  • -
    security
    F
    license
    -
    quality
    A PDF processing server that extracts text via normal parsing or OCR, and retrieves images from PDF files through the MCP protocol with a built-in web debugger.
    Last updated -
    26
    Python
  • -
    security
    A
    license
    -
    quality
    A Model Context Protocol (MCP) based server that efficiently manages PDF files, allowing AI coding tools like Cursor to read, summarize, and extract information from PDF datasheets to assist embedded development work.
    Last updated -
    6
    Apache 2.0
  • -
    security
    F
    license
    -
    quality
    This MCP server enables interactions with the PDF Generator API for creating, converting, and managing PDF documents using natural language commands.
    Last updated -
    Python

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/xraywu/mcp-pdf-extraction-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server