Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

ai-zerolab/pymupdf4llm-mcp

Repository files navigation

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

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

pymupdf4llm-mcp

Release Build status codecov Commit activity License

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": {}
    }
  }
}

About

MCP server for pymupdf4llm, best pdf2md for LLM

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors 2

  •  
  •