This package has been merged into official repo, please use the official repo instead.
About
MCP server for pymupdf4llm, best pdf2md for LLM
Details
- Author
- ai-zerolab
- Downloads
- 210
- Categories
- Developer Tools
Jump to
- Export PDF to Markdown for LLM consumption.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
This package has been merged into official repo, please use the official repo instead.Command (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"this package has been merged into official repo, please use the official repo instead.": {
"pymupdf4llm-mcp": {
"command": "uvx",
"args": [
"pymupdf4llm-mcp@latest",
"stdio",
"#",
"stdio",
"mode"
]
}
}
}
}
McpServers
{
"pymupdf4llm-mcp": {
"command": "uvx",
"args": [
"pymupdf4llm-mcp@latest",
"stdio",
"#",
"stdio",
"mode"
]
}
}
This package has been merged into official repo, please use the official repo instead.
https://github.com/pymupdf/pymupdf4llm-mcp
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





