mcp_pdf2md
Click on "Install 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: mcp-pdf2md
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
{
"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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceConverts 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.Last updated104142,907MIT
- MIT
- Alicense-qualityDmaintenanceEnables 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.Last updated2MIT
- Alicense-qualityDmaintenanceConverts PDF files to Markdown format using AI sampling capabilities.Last updatedMIT
Related MCP Connectors
Turn any PDF into structured JSON via AI + OCR: invoices, bank statements, contracts.
PDF accessibility checks (veraPDF PDF/UA-1), auto-fix and Markdown conversion. EU-hosted.
Web scraping for AI agents. Converts URLs to clean, LLM-ready Markdown with anti-bot bypass.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/timaliev/mcp_pdf2md'
If you have feedback or need assistance with the MCP directory API, please join our Discord server