Skip to main content
Glama

PDF Extraction MCP Server

by xraywu

PDF抽出MCPサーバー

PDFファイルからコンテンツを抽出するMCPサーバー

コンポーネント

ツール

サーバーは 1 つのツールを実装します。

  • extract-pdf-contents: ローカルのPDFファイルからコンテンツを抽出する
    • PDFファイルのローカルファイルパスを表す「pdf_path」を必須の文字列引数として受け取ります。
    • オプションの文字列引数として「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.

ローカル PDF ファイルからテキスト コンテンツを抽出するツールを提供する MCP サーバー。オプションのページ選択による標準の 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