MCP.so
Sign In

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

@ai-zerolab

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

MCP server for pymupdf4llm, best pdf2md for LLM

Basic information

Category

Version Control

License

BSD-3-Clause license

Runtime

python

Transports

stdio

Publisher

ai-zerolab

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Version Control MCP servers