Skip to main content
Glama

PDF Extraction MCP Server

by xraywu

PDF提取MCP服务器

MCP 服务器从 PDF 文件中提取内容

成分

工具

服务器实现了一个工具:

  • extract-pdf-contents:从本地 PDF 文件中提取内容
    • 以“pdf_path”作为必需的字符串参数,表示 PDF 文件的本地文件路径
    • 接受“pages”作为可选字符串参数,表示从 PDF 文件中提取内容的页码。页码以逗号分隔,支持负数页码(例如“-1”表示最后一页)。
    • 支持PDF文件阅读器和OCR

快速入门

安装

克劳德桌面

在 MacOS 上: ~/Library/Application\ Support/Claude/claude_desktop_config.json在 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.

MCP 服务器提供从本地 PDF 文件中提取文本内容的工具,支持标准 PDF 阅读和 OCR 功能以及可选的页面选择。

  1. 成分
    1. 工具
  2. 快速入门
    1. 安装

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