Pymupdf4llm
FreeNot checkedMCP server for exporting PDF to markdown, optimized for LLM consumption.
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
Install Pymupdf4llm in Claude Desktop, Claude Code & Cursor
unyly install pymupdf4llm-mcpInstalls 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-mcpFAQ
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
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Pymupdf4llm with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
