Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Pymupdf4llm

FreeNot checked

MCP server for exporting PDF to markdown, optimized for LLM consumption.

GitHubEmbed

About

MCP server for exporting PDF to markdown, optimized for LLM consumption.

README

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

Testing

Ensure you have Snapshot installed:

pip install inline-snapshot

Then from the root folder of the repo run:

python -m pytest

Publishing

Assuming you have an access token.

Bump pyproject.toml:3 version first, then:

make build
make publish

from github.com/pymupdf/pymupdf4llm-mcp

Install Pymupdf4llm in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install pymupdf4llm-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add pymupdf4llm-mcp -- uvx pymupdf4llm-mcp

FAQ

Is Pymupdf4llm MCP free?

Yes, Pymupdf4llm MCP is free — one-click install via Unyly at no cost.

Does Pymupdf4llm need an API key?

No, Pymupdf4llm runs without API keys or environment variables.

Is Pymupdf4llm hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Pymupdf4llm in Claude Desktop, Claude Code or Cursor?

Open Pymupdf4llm on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Pymupdf4llm with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs