mcp_pdf2md
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp_pdf2mdconvert this PDF to markdown"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp_pdf2md
MCP server for AI-optimized PDF to Markdown conversion using pdf2md.
Requires pi-mcp-bridge to connect to pi.
Prerequisites
pdf2md CLI installed (
cargo install pdf2mdorbrew install pdf2md)
Related MCP server: PDF MCP Flow
Installation
npm install -g timaliev/mcp_pdf2md
# or
git clone https://github.com/timaliev/mcp_pdf2md.git
cd mcp_pdf2md && npm linkConfiguration
With pi-mcp-bridge
In ~/.pi/agent/settings.json:
{
"mcpBridge": {
"servers": [
{
"name": "pdf2md",
"command": "mcp-pdf2md",
"args": []
}
]
}
}Standalone MCP client
In ~/.mcp.json:
{
"mcpServers": {
"pdf2md": {
"command": "mcp-pdf2md",
"args": []
}
}
}Tools
Tool | Description |
| Convert PDF to Markdown with page range, raw/compact/page-break options |
| Detect PDF type: TextBased, Scanned, Mixed, ImageBased |
Development
git clone https://github.com/timaliev/mcp_pdf2md.git
cd mcp_pdf2md
npm installThis server cannot be deployed
Maintenance
Related MCP Connectors
High-fidelity PDF to structured Markdown conversion and document field extraction.
Convert documents and web pages to clean Markdown: PDF, DOCX, XLSX, EPUB, scanned files, any URL.
Parse PDF/Word/PPT/HTML to Markdown; tables as JSON, image extraction, RAG chunking, page ranges.
Convert PDF, DOCX, HTML, and URLs to clean, LLM-ready markdown with tables preserved
Related MCP Servers
- AlicenseAqualityDmaintenanceConverts various file types and web content to Markdown format. It provides a set of tools to transform PDFs, images, audio files, web pages, and more into easily readable and shareable Markdown text.10241 npm2,991MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI-driven PDF document processing including PDF to Markdown conversion, intelligent text and table extraction, image extraction, format conversion between PDF/Word/Markdown, batch processing, and fuzzy search - optimized for LLM context and RAG workflows.2MIT
- AlicenseNot gradedqualityDmaintenanceConverts PDF files to Markdown format using AI sampling capabilities.MIT
- AlicenseNot gradedqualityCmaintenanceConvert PDF documents to Markdown and query them using AI with source attribution and confidence scoring, supporting multiple LLM providers.MIT