JUHE API Marketplace
ai-zerolab avatar
MCP Server

pymupdf4llm-mcp

An MCP server that exports PDF documents to markdown format optimized for LLM processing.

1
GitHub Stars
8/23/2025
Last Updated
MCP Server Configuration
1{
2 "name": "pymupdf4llm-mcp",
3 "command": "uvx",
4 "args": [
5 "pymupdf4llm-mcp@latest",
6 "stdio"
7 ],
8 "env": {}
9}
JSON9 lines

README Documentation

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

https://github.com/pymupdf/pymupdf4llm-mcp

pymupdf4llm-mcp

codecov

MCP Server for pymupdf4llm, best for export PDF to markdown for LLM.

Quick Start

Run the following command to run the MCP server:

uvx pymupdf4llm-mcp@latest stdio # stdio mode
# or
uvx pymupdf4llm-mcp@latest sse # sse mode

Configure your cursor/windsurf/... and other MCP client to this server:

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

Quick Install

Quick Actions

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source