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
local-only server
The server can only run on the client's local machine because it depends on local resources.
ローカル PDF ファイルからテキスト コンテンツを抽出するツールを提供する MCP サーバー。オプションのページ選択による標準の PDF 読み取り機能と OCR 機能の両方をサポートします。
Related Resources
Related MCP Servers
- -security-license-qualityA 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 -28
- -security-license-qualityA 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 -7Apache 2.0
- -security-license-qualityThis MCP server enables interactions with the PDF Generator API for creating, converting, and managing PDF documents using natural language commands.Last updated -
- Asecurity-licenseAqualityMCP server that converts Markdown to high-quality PDF documents using LaTeX, enabling AI agents like Claude to generate professional PDFs without requiring sign-ups or credit cards.Last updated -1247MIT License