Md4llm
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
Jump to
- 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:
- 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
Md4llmCommand (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
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 !!
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



