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

by ai-zerolab

210 downloads
Not rated
GitHub

About

MCP server for pymupdf4llm, best pdf2md for LLM

Details

Author
ai-zerolab
Downloads
210
Categories
Developer Tools

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. 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.

  4. 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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.