MCP.so
ログイン

This package has been merged into official repo, please use the official repo instead.

@ai-zerolab

This package has been merged into official repo, please use the official repo instead. について

MCP server for pymupdf4llm, best pdf2md for LLM

基本情報

カテゴリ

バージョン管理

ライセンス

BSD-3-Clause license

ランタイム

python

トランスポート

stdio

公開者

ai-zerolab

設定

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

{
  "mcpServers": {
    "pymupdf4llm-mcp": {
      "command": "uvx",
      "args": [
        "pymupdf4llm-mcp@latest",
        "stdio",
        "#",
        "stdio",
        "mode"
      ]
    }
  }
}

ツール

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

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

概要

What is pymupdf4llm-mcp?

pymupdf4llm-mcp is an MCP server for exporting PDF files to Markdown format, designed for use with LLMs. The package has been merged into the official repository—users should refer to the official repo at https://github.com/pymupdf/pymupdf4llm-mcp.

How to use pymupdf4llm-mcp?

Run the MCP server using uvx pymupdf4llm-mcp@latest stdio for stdio mode or uvx pymupdf4llm-mcp@latest sse for SSE mode. Configure your MCP client (e.g., Cursor, Windsurf) with the appropriate JSON definition provided in the README.

Key features of pymupdf4llm-mcp

  • Export PDF to Markdown for LLM consumption.

Use cases of pymupdf4llm-mcp

  • Extracting PDF content as Markdown for LLM training or inference.

FAQ from pymupdf4llm-mcp

What is the official repository for this server?

The official repository is at https://github.com/pymupdf/pymupdf4llm-mcp, as noted in the README.

How do I run the server?

Use uvx pymupdf4llm-mcp@latest stdio for stdio transport or uvx pymupdf4llm-mcp@latest sse for SSE transport.

What are the supported transport modes?

The README lists two modes: stdio and sse.

コメント

「バージョン管理」の他のコンテンツ