MCP.so
ログイン
P

Pdf_mcp_server

@gongminltz

Pdf_mcp_server について

The MCP server used for operating PDFs, currently supports merging PDF files and exporting specified pages from designated PDF files.

基本情報

カテゴリ

ファイルとストレージ

トランスポート

stdio

公開者

gongminltz

投稿者

gongminltz

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "pdf_mcp_server": {
      "isActive": true,
      "name": "pdf_mcp_server",
      "type": "sse",
      "description": "pdf操作",
      "url": "http://127.0.0.1:8010/sse"
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is pdf_mcp_server?

pdf_mcp_server is an MCP server for operating PDFs. It currently supports merging multiple PDF files and exporting specified pages from a given PDF file. It is intended for users who need to programmatically manipulate PDF documents via the Model Context Protocol.

How to use pdf_mcp_server?

Download the pdf_mcp_server.py script, install the dependency PyPDF2 via pip, and start the server by running python pdf_mcp_server.py. Then configure it in an MCP client (e.g., Cherry Studio) using the SSE transport: set "baseUrl": "http://127.0.0.1:8010/sse".

Key features of pdf_mcp_server

  • Merge multiple PDF files into one
  • Export specified pages from a designated PDF

Use cases of pdf_mcp_server

  • Combine several PDF reports into a single document
  • Extract specific pages from a large PDF file
  • Automate PDF manipulation workflows via MCP clients

FAQ from pdf_mcp_server

What operations does pdf_mcp_server support?

It supports merging PDF files and exporting specified pages from a given PDF file.

What dependencies are required?

The server relies on the PyPDF2 library. Install it with pip install PyPDF2 or pip3 install PyPDF2.

How do I start pdf_mcp_server?

Run python pdf_mcp_server.py from the command line after installing the dependency.

What transport protocol does pdf_mcp_server use?

It uses the SSE (Server-Sent Events) transport, listening on http://127.0.0.1:8010/sse.

Does pdf_mcp_server require authentication?

The README does not mention any authentication mechanism.

コメント

「ファイルとストレージ」の他のコンテンツ