Md4llm

by AravindR-1

325 downloads
Not rated
GitHub

About

It gives you the markdown format of any kind of pdf file. It outputs in structured markdown format.

Details

Author
AravindR-1
Downloads
325
Categories
Other

- Converts PDF files into structured markdown

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

Provide the absolute path of a PDF file to the server. The server will return a structured markdown version of the document.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "md4llm": {
            "servers": {
                "superdupers": {
                    "command": "uvx",
                    "args": [
                        "md4llm"
                    ],
                    "env": []
                }
            }
        }
    }
}

Mcp

{
    "servers": {
        "superdupers": {
            "command": "uvx",
            "args": [
                "md4llm"
            ],
            "env": []
        }
    }
}

Getting a markdown format for you llm is difficult, so I have created a server which takes the absloute path of your pdf flie and it will outputs the structured markdown format ready for llm chunking !!

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.